w3c/browser-specs

Add selectors-5

Closed this issue · 2 comments

URL

https://drafts.csswg.org/selectors-5/

Rationale

Additional properties

{
  "seriesComposition": "delta"
}

Changes to index.json

This update would trigger the following changes in index.json:

Add spec (1)
{
  "url": "https://drafts.csswg.org/selectors-5/",
  "seriesComposition": "delta",
  "shortname": "selectors-5",
  "series": {
    "shortname": "selectors",
    "currentSpecification": "selectors-4",
    "title": "Selectors",
    "shortTitle": "Selectors",
    "releaseUrl": "https://www.w3.org/TR/selectors/",
    "nightlyUrl": "https://drafts.csswg.org/selectors/"
  },
  "seriesVersion": "5",
  "seriesPrevious": "selectors-4",
  "organization": "W3C",
  "groups": [
    {
      "name": "Cascading Style Sheets (CSS) Working Group",
      "url": "https://www.w3.org/Style/CSS/"
    }
  ],
  "nightly": {
    "url": "https://drafts.csswg.org/selectors-5/",
    "status": "Editor's Draft",
    "alternateUrls": [
      "https://w3c.github.io/csswg-drafts/selectors-5/"
    ],
    "repository": "https://github.com/w3c/csswg-drafts",
    "sourcePath": "selectors-5/Overview.bs",
    "filename": "index.html"
  },
  "title": "Selectors Level 5",
  "source": "spec",
  "shortTitle": "Selectors 5",
  "categories": [
    "browser"
  ],
  "standing": "good",
  "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
      "css/selectors"
    ]
  }
}
Update spec in the same series (1)
{
  "url": "https://www.w3.org/TR/selectors-4/",
  "seriesComposition": "full",
  "shortname": "selectors-4",
  "series": {
    "shortname": "selectors",
    "currentSpecification": "selectors-4",
    "title": "Selectors",
    "shortTitle": "Selectors",
    "releaseUrl": "https://www.w3.org/TR/selectors/",
    "nightlyUrl": "https://drafts.csswg.org/selectors/"
  },
  "seriesVersion": "4",
  "seriesPrevious": "selectors-3",
  "seriesNext": "selectors-5",
  "organization": "W3C",
  "groups": [
    {
      "name": "Cascading Style Sheets (CSS) Working Group",
      "url": "https://www.w3.org/Style/CSS/"
    }
  ],
  "release": {
    "url": "https://www.w3.org/TR/selectors-4/",
    "status": "Working Draft",
    "filename": "Overview.html"
  },
  "nightly": {
    "url": "https://drafts.csswg.org/selectors-4/",
    "status": "Editor's Draft",
    "alternateUrls": [
      "https://w3c.github.io/csswg-drafts/selectors-4/",
      "https://w3c.github.io/csswg-drafts/selectors/"
    ],
    "repository": "https://github.com/w3c/csswg-drafts",
    "sourcePath": "selectors-4/Overview.bs",
    "filename": "index.html"
  },
  "title": "Selectors Level 4",
  "source": "w3c",
  "shortTitle": "Selectors 4",
  "categories": [
    "browser"
  ],
  "standing": "good",
  "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
      "css/selectors"
    ]
  }
}

Tests

These changes look good! 😎