-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New specs for review #705
Labels
enhancement
New feature or request
Comments
tidoust
added a commit
that referenced
this issue
Sep 14, 2022
This used to be the "SVG Parameters" proposal. It got adopted by the CSS WG early August, with implementation interest from Mozilla: w3c/csswg-drafts#6988 (comment) Fixes #705
tidoust
added a commit
that referenced
this issue
Sep 26, 2022
- 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.
tidoust
added a commit
that referenced
this issue
Sep 26, 2022
- 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.
Addressed via #719 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
find-specs has identified the following candidates as potential new specs to consider:
Please review if they match the inclusion criteria. Those that don't and never will should be added to ignore.json, those that don't match yet but may in the future can be added to monitor-repo.json, and those that do match should be brought as a pull request on specs.json.
The text was updated successfully, but these errors were encountered: