Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Open Screen Application Protocol (#1602)
Close #1599, adding the suggested spec to the list. ### Changes to `index.json` This update would trigger the following changes in `index.json`: <details><summary>Add spec (1)</summary> ```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" } ``` </details> ### Tests These changes look good! 😎 Co-authored-by: browser-specs-bot <>
- Loading branch information