Skip to content
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

Closed
1 task
github-actions bot opened this issue Sep 12, 2022 · 1 comment
Closed
1 task

New specs for review #705

github-actions bot opened this issue Sep 12, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@github-actions
Copy link
Contributor

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.

@github-actions github-actions bot added the enhancement New feature or request label Sep 12, 2022
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.
@tidoust
Copy link
Member

tidoust commented Sep 27, 2022

Addressed via #719

@tidoust tidoust closed this as completed Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants