From e336c46908c480584a2bb6b6eb93c27354b82bb2 Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Mon, 26 Sep 2022 10:19:24 +0200 Subject: [PATCH] Add css-anchor-1, Array.fromAsync, monitor css-link-params - Add new css-anchor-1 draft - Add TC39 Array.fromAsync stage 3 proposal - Monitor CSS Link Parameters since draft does not really exist yet - Also drop "webappsec-" prefix in Trusted Types URL following repository name change. This will add the following info to the list (last one replaces the current entry for Trusted Types): ```json { "url": "https://drafts.csswg.org/css-anchor-1/", "seriesComposition": "full", "shortname": "css-anchor-1", "series": { "shortname": "css-anchor", "currentSpecification": "css-anchor-1", "title": "CSS Anchor Positioning", "shortTitle": "CSS Anchor Positioning", "nightlyUrl": "https://drafts.csswg.org/css-anchor/" }, "seriesVersion": "1", "organization": "W3C", "groups": [ { "name": "Cascading Style Sheets (CSS) Working Group", "url": "https://www.w3.org/Style/CSS/" } ], "nightly": { "url": "https://drafts.csswg.org/css-anchor-1/", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-anchor-1/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-anchor-1/Overview.bs", "filename": "Overview.html" }, "title": "CSS Anchor Positioning", "source": "spec", "shortTitle": "CSS Anchor Positioning", "categories": [ "browser" ] }, { "url": "https://tc39.es/proposal-array-from-async/", "seriesComposition": "full", "shortname": "tc39-array-from-async", "series": { "shortname": "tc39-array-from-async", "currentSpecification": "tc39-array-from-async", "title": "ES Array.fromAsync (2022)", "shortTitle": "2022", "nightlyUrl": "https://tc39.es/proposal-array-from-async/" }, "organization": "Ecma International", "groups": [ { "name": "TC39", "url": "https://tc39.es/" } ], "nightly": { "url": "https://tc39.es/proposal-array-from-async/", "alternateUrls": [], "repository": "https://github.com/tc39/proposal-array-from-async", "sourcePath": "spec.html", "filename": "index.html" }, "title": "ES Array.fromAsync (2022)", "source": "spec", "shortTitle": "2022", "categories": [ "browser" ] }, { "url": "https://w3c.github.io/trusted-types/dist/spec/", "seriesComposition": "full", "shortname": "trusted-types", "series": { "shortname": "trusted-types", "currentSpecification": "trusted-types", "title": "Trusted Types", "shortTitle": "Trusted Types", "nightlyUrl": "https://w3c.github.io/webappsec-trusted-types/dist/spec/" }, "organization": "W3C", "groups": [ { "name": "Web Application Security Working Group", "url": "https://www.w3.org/groups/wg/webappsec" } ], "nightly": { "url": "https://w3c.github.io/webappsec-trusted-types/dist/spec/", "alternateUrls": [], "repository": "https://github.com/w3c/webappsec-trusted-types", "sourcePath": "spec/index.bs", "filename": null }, "title": "Trusted Types", "source": "specref", "shortTitle": "Trusted Types", "categories": [ "browser" ], "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ "trusted-types" ] } } ``` Fixes #718, #709 and #705. --- specs.json | 4 +++- src/data/monitor.json | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/specs.json b/specs.json index 1323920b..2db3b4ed 100644 --- a/specs.json +++ b/specs.json @@ -25,6 +25,7 @@ "https://dom.spec.whatwg.org/", "https://drafts.css-houdini.org/css-typed-om-2/ delta", "https://drafts.css-houdini.org/font-metrics-api-1/", + "https://drafts.csswg.org/css-anchor-1/", "https://drafts.csswg.org/css-animations-2/ delta", { "url": "https://drafts.csswg.org/css-backgrounds-4/", @@ -205,6 +206,7 @@ } }, "https://tc39.es/proposal-array-find-from-last/", + "https://tc39.es/proposal-array-from-async/", "https://tc39.es/proposal-array-grouping/", "https://tc39.es/proposal-atomics-wait-async/", "https://tc39.es/proposal-change-array-by-copy/", @@ -274,11 +276,11 @@ } }, "https://w3c.github.io/PNG-spec/", + "https://w3c.github.io/trusted-types/dist/spec/", "https://w3c.github.io/web-locks/", "https://w3c.github.io/web-nfc/", "https://w3c.github.io/web-share-target/", "https://w3c.github.io/webappsec-change-password-url/", - "https://w3c.github.io/webappsec-trusted-types/dist/spec/", "https://w3c.github.io/webdriver-bidi/", "https://w3c.github.io/webrtc-ice/", { diff --git a/src/data/monitor.json b/src/data/monitor.json index fe88e6d9..3ce0f546 100644 --- a/src/data/monitor.json +++ b/src/data/monitor.json @@ -326,6 +326,10 @@ "comment": "Marked as not ready for implementation", "lastreviewed": "2022-09-01" }, + "https://drafts.csswg.org/css-link-params/": { + "comment": "Draft not rendered by CSS server yet", + "lastreviewed": "2022-09-26" + }, "https://drafts.csswg.org/css-page-template-1/": { "comment": "Marked as not ready for implementation", "lastreviewed": "2022-09-01"