From 3b2a3b0fb53eb4ca407a07bcdadfd4fa69258514 Mon Sep 17 00:00:00 2001 From: browser-specs-bot <> Date: Tue, 20 Aug 2024 05:28:00 +0000 Subject: [PATCH] Add Selectors Level 5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Close #1452, 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://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) ```json { "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! 😎 --- specs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/specs.json b/specs.json index 8d2aa2b7..74f7f485 100644 --- a/specs.json +++ b/specs.json @@ -131,6 +131,7 @@ "url": "https://drafts.csswg.org/css-variables-2/", "shortTitle": "CSS Variables 2" }, + "https://drafts.csswg.org/selectors-5/ delta", { "url": "https://drafts.fxtf.org/compositing-2/", "shortTitle": "Compositing 2",