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

Add Selectors Level 5 #1458

Merged
merged 1 commit into from
Aug 20, 2024
Merged

Add Selectors Level 5 #1458

merged 1 commit into from
Aug 20, 2024

Conversation

browser-specs-bot
Copy link
Collaborator

Close #1452, adding the suggested spec to the list.

Changes to index.json

This update would trigger the following changes in index.json:

Add spec (1)
{
  "url": "https://drafts.csswg.org/selectors-5/",
  "seriesComposition": "delta",
  "shortname": "selectors-5",
  "series": {
    "shortname": "selectors",
    "currentSpecification": "selectors-4",
    "title": "Selectors",
    "shortTitle": "Selectors",
    "releaseUrl": "https://www.w3.org/TR/selectors/",
    "nightlyUrl": "https://drafts.csswg.org/selectors/"
  },
  "seriesVersion": "5",
  "seriesPrevious": "selectors-4",
  "organization": "W3C",
  "groups": [
    {
      "name": "Cascading Style Sheets (CSS) Working Group",
      "url": "https://www.w3.org/Style/CSS/"
    }
  ],
  "nightly": {
    "url": "https://drafts.csswg.org/selectors-5/",
    "status": "Editor's Draft",
    "alternateUrls": [
      "https://w3c.github.io/csswg-drafts/selectors-5/"
    ],
    "repository": "https://github.com/w3c/csswg-drafts",
    "sourcePath": "selectors-5/Overview.bs",
    "filename": "index.html"
  },
  "title": "Selectors Level 5",
  "source": "spec",
  "shortTitle": "Selectors 5",
  "categories": [
    "browser"
  ],
  "standing": "good",
  "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
      "css/selectors"
    ]
  }
}
Update spec in the same series (1)
{
  "url": "https://www.w3.org/TR/selectors-4/",
  "seriesComposition": "full",
  "shortname": "selectors-4",
  "series": {
    "shortname": "selectors",
    "currentSpecification": "selectors-4",
    "title": "Selectors",
    "shortTitle": "Selectors",
    "releaseUrl": "https://www.w3.org/TR/selectors/",
    "nightlyUrl": "https://drafts.csswg.org/selectors/"
  },
  "seriesVersion": "4",
  "seriesPrevious": "selectors-3",
  "seriesNext": "selectors-5",
  "organization": "W3C",
  "groups": [
    {
      "name": "Cascading Style Sheets (CSS) Working Group",
      "url": "https://www.w3.org/Style/CSS/"
    }
  ],
  "release": {
    "url": "https://www.w3.org/TR/selectors-4/",
    "status": "Working Draft",
    "filename": "Overview.html"
  },
  "nightly": {
    "url": "https://drafts.csswg.org/selectors-4/",
    "status": "Editor's Draft",
    "alternateUrls": [
      "https://w3c.github.io/csswg-drafts/selectors-4/",
      "https://w3c.github.io/csswg-drafts/selectors/"
    ],
    "repository": "https://github.com/w3c/csswg-drafts",
    "sourcePath": "selectors-4/Overview.bs",
    "filename": "index.html"
  },
  "title": "Selectors Level 4",
  "source": "w3c",
  "shortTitle": "Selectors 4",
  "categories": [
    "browser"
  ],
  "standing": "good",
  "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
      "css/selectors"
    ]
  }
}

Tests

These changes look good! 😎

Close #1452, adding the suggested spec to the list.

### Changes to `index.json`
This update would trigger the following changes in `index.json`:

<details><summary>Add spec (1)</summary>

```json
{
  "url": "https://drafts.csswg.org/selectors-5/",
  "seriesComposition": "delta",
  "shortname": "selectors-5",
  "series": {
    "shortname": "selectors",
    "currentSpecification": "selectors-4",
    "title": "Selectors",
    "shortTitle": "Selectors",
    "releaseUrl": "https://www.w3.org/TR/selectors/",
    "nightlyUrl": "https://drafts.csswg.org/selectors/"
  },
  "seriesVersion": "5",
  "seriesPrevious": "selectors-4",
  "organization": "W3C",
  "groups": [
    {
      "name": "Cascading Style Sheets (CSS) Working Group",
      "url": "https://www.w3.org/Style/CSS/"
    }
  ],
  "nightly": {
    "url": "https://drafts.csswg.org/selectors-5/",
    "status": "Editor's Draft",
    "alternateUrls": [
      "https://w3c.github.io/csswg-drafts/selectors-5/"
    ],
    "repository": "https://github.com/w3c/csswg-drafts",
    "sourcePath": "selectors-5/Overview.bs",
    "filename": "index.html"
  },
  "title": "Selectors Level 5",
  "source": "spec",
  "shortTitle": "Selectors 5",
  "categories": [
    "browser"
  ],
  "standing": "good",
  "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
      "css/selectors"
    ]
  }
}
```
</details>
<details><summary>Update spec in the same series (1)</summary>

```json
{
  "url": "https://www.w3.org/TR/selectors-4/",
  "seriesComposition": "full",
  "shortname": "selectors-4",
  "series": {
    "shortname": "selectors",
    "currentSpecification": "selectors-4",
    "title": "Selectors",
    "shortTitle": "Selectors",
    "releaseUrl": "https://www.w3.org/TR/selectors/",
    "nightlyUrl": "https://drafts.csswg.org/selectors/"
  },
  "seriesVersion": "4",
  "seriesPrevious": "selectors-3",
  "seriesNext": "selectors-5",
  "organization": "W3C",
  "groups": [
    {
      "name": "Cascading Style Sheets (CSS) Working Group",
      "url": "https://www.w3.org/Style/CSS/"
    }
  ],
  "release": {
    "url": "https://www.w3.org/TR/selectors-4/",
    "status": "Working Draft",
    "filename": "Overview.html"
  },
  "nightly": {
    "url": "https://drafts.csswg.org/selectors-4/",
    "status": "Editor's Draft",
    "alternateUrls": [
      "https://w3c.github.io/csswg-drafts/selectors-4/",
      "https://w3c.github.io/csswg-drafts/selectors/"
    ],
    "repository": "https://github.com/w3c/csswg-drafts",
    "sourcePath": "selectors-4/Overview.bs",
    "filename": "index.html"
  },
  "title": "Selectors Level 4",
  "source": "w3c",
  "shortTitle": "Selectors 4",
  "categories": [
    "browser"
  ],
  "standing": "good",
  "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
      "css/selectors"
    ]
  }
}
```
</details>

### Tests
These changes look good! 😎
@tidoust tidoust merged commit 3ac0a5d into main Aug 20, 2024
1 check passed
@tidoust tidoust deleted the add-selectors-5 branch August 20, 2024 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add selectors-5
2 participants