Skip to content

Commit

Permalink
Add css-anchor-1, Array.fromAsync, monitor css-link-params
Browse files Browse the repository at this point in the history
- 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
tidoust committed Sep 26, 2022
1 parent 4946ecf commit e336c46
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down Expand Up @@ -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/",
Expand Down Expand Up @@ -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/",
{
Expand Down
4 changes: 4 additions & 0 deletions src/data/monitor.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e336c46

Please sign in to comment.