Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information