Skip to content

Commit

Permalink
Add Open Screen Application Protocol (#1602)
Browse files Browse the repository at this point in the history
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
browser-specs-bot authored Dec 16, 2024
1 parent c4f5c67 commit 9f5bd11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down

0 comments on commit 9f5bd11

Please sign in to comment.