From 9f5bd1182dbd99d50e8265b5d329de7bbe02e82a Mon Sep 17 00:00:00 2001 From: W3C browser-specs bot <164927682+browser-specs-bot@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:36:23 +0100 Subject: [PATCH] Add Open Screen Application Protocol (#1602) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Close #1599, adding the suggested spec to the list. ### Changes to `index.json` This update would trigger the following changes in `index.json`:
Add spec (1) ```json { "url": "https://www.w3.org/TR/openscreen-application/", "seriesComposition": "full", "shortname": "openscreen-application", "series": { "shortname": "openscreen-application", "currentSpecification": "openscreen-application", "title": "Open Screen Application Protocol", "shortTitle": "Open Screen Application Protocol", "releaseUrl": "https://www.w3.org/TR/openscreen-application/", "nightlyUrl": "https://w3c.github.io/openscreenprotocol/application.html" }, "organization": "W3C", "groups": [ { "name": "Second Screen Working Group", "url": "https://www.w3.org/2014/secondscreen/" } ], "release": { "url": "https://www.w3.org/TR/openscreen-application/", "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/openscreenprotocol/application.html", "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/openscreenprotocol", "sourcePath": "application.bs", "filename": "application.html" }, "title": "Open Screen Application Protocol", "source": "w3c", "shortTitle": "Open Screen Application Protocol", "categories": [ "browser" ], "standing": "good" } ```
### Tests These changes look good! 😎 Co-authored-by: browser-specs-bot <> --- specs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/specs.json b/specs.json index da7b5183..3edf6e2a 100644 --- a/specs.json +++ b/specs.json @@ -1470,6 +1470,7 @@ }, "https://www.w3.org/TR/navigation-timing-2/", "https://www.w3.org/TR/network-error-logging/", + "https://www.w3.org/TR/openscreen-application/", "https://www.w3.org/TR/openscreenprotocol/", "https://www.w3.org/TR/orientation-event/", "https://www.w3.org/TR/orientation-sensor/",