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 CSS Snapshot 2024 #1715

Merged
merged 1 commit into from
Mar 3, 2025
Merged

Add CSS Snapshot 2024 #1715

merged 1 commit into from
Mar 3, 2025

Conversation

browser-specs-bot
Copy link
Collaborator

Close #1712, 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://www.w3.org/TR/css-2024/",
  "seriesComposition": "full",
  "shortname": "css-2024",
  "series": {
    "shortname": "css",
    "currentSpecification": "css-2024",
    "title": "CSS Snapshot",
    "shortTitle": "CSS Snapshot",
    "releaseUrl": "https://www.w3.org/TR/css/",
    "nightlyUrl": "https://drafts.csswg.org/css/"
  },
  "seriesVersion": "2024",
  "seriesPrevious": "css-2023",
  "organization": "W3C",
  "groups": [
    {
      "name": "Cascading Style Sheets (CSS) Working Group",
      "url": "https://www.w3.org/Style/CSS/"
    }
  ],
  "release": {
    "url": "https://www.w3.org/TR/css-2024/",
    "status": "Note",
    "filename": "Overview.html"
  },
  "nightly": {
    "url": "https://drafts.csswg.org/css-2024/",
    "status": "Editor's Draft",
    "alternateUrls": [
      "https://w3c.github.io/csswg-drafts/css-2024/"
    ],
    "repository": "https://github.com/w3c/csswg-drafts",
    "sourcePath": "css-2024/Overview.bs",
    "filename": "index.html"
  },
  "title": "CSS Snapshot 2024",
  "source": "w3c",
  "shortTitle": "CSS Snapshot 2024",
  "categories": [
    "browser"
  ],
  "standing": "good"
}
Update spec in the same series (2)
{
  "url": "https://www.w3.org/TR/css-2022/",
  "seriesComposition": "full",
  "shortname": "css-2022",
  "series": {
    "shortname": "css",
    "currentSpecification": "css-2024",
    "title": "CSS Snapshot",
    "shortTitle": "CSS Snapshot",
    "releaseUrl": "https://www.w3.org/TR/css/",
    "nightlyUrl": "https://drafts.csswg.org/css/"
  },
  "seriesVersion": "2022",
  "seriesNext": "css-2023",
  "organization": "W3C",
  "groups": [
    {
      "name": "Cascading Style Sheets (CSS) Working Group",
      "url": "https://www.w3.org/Style/CSS/"
    }
  ],
  "release": {
    "url": "https://www.w3.org/TR/css-2022/",
    "status": "Draft Note",
    "filename": "Overview.html"
  },
  "nightly": {
    "url": "https://drafts.csswg.org/css-2022/",
    "status": "Editor's Draft",
    "alternateUrls": [
      "https://w3c.github.io/csswg-drafts/css-2022/"
    ],
    "repository": "https://github.com/w3c/csswg-drafts",
    "sourcePath": "css-2022/Overview.bs",
    "filename": "index.html"
  },
  "title": "CSS Snapshot 2022",
  "source": "w3c",
  "shortTitle": "CSS Snapshot 2022",
  "categories": [
    "browser"
  ],
  "standing": "good"
}
{
  "url": "https://www.w3.org/TR/css-2023/",
  "seriesComposition": "full",
  "shortname": "css-2023",
  "series": {
    "shortname": "css",
    "currentSpecification": "css-2024",
    "title": "CSS Snapshot",
    "shortTitle": "CSS Snapshot",
    "releaseUrl": "https://www.w3.org/TR/css/",
    "nightlyUrl": "https://drafts.csswg.org/css/"
  },
  "seriesVersion": "2023",
  "seriesPrevious": "css-2022",
  "seriesNext": "css-2024",
  "organization": "W3C",
  "groups": [
    {
      "name": "Cascading Style Sheets (CSS) Working Group",
      "url": "https://www.w3.org/Style/CSS/"
    }
  ],
  "release": {
    "url": "https://www.w3.org/TR/css-2023/",
    "status": "Note",
    "filename": "Overview.html"
  },
  "nightly": {
    "url": "https://drafts.csswg.org/css-2023/",
    "status": "Editor's Draft",
    "alternateUrls": [
      "https://w3c.github.io/csswg-drafts/css-2023/"
    ],
    "repository": "https://github.com/w3c/csswg-drafts",
    "sourcePath": "css-2023/Overview.bs",
    "filename": "index.html"
  },
  "title": "CSS Snapshot 2023",
  "source": "w3c",
  "shortTitle": "CSS Snapshot 2023",
  "categories": [
    "browser"
  ],
  "standing": "good"
}

Tests

These changes look good! 😎

Close #1712, 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://www.w3.org/TR/css-2024/",
  "seriesComposition": "full",
  "shortname": "css-2024",
  "series": {
    "shortname": "css",
    "currentSpecification": "css-2024",
    "title": "CSS Snapshot",
    "shortTitle": "CSS Snapshot",
    "releaseUrl": "https://www.w3.org/TR/css/",
    "nightlyUrl": "https://drafts.csswg.org/css/"
  },
  "seriesVersion": "2024",
  "seriesPrevious": "css-2023",
  "organization": "W3C",
  "groups": [
    {
      "name": "Cascading Style Sheets (CSS) Working Group",
      "url": "https://www.w3.org/Style/CSS/"
    }
  ],
  "release": {
    "url": "https://www.w3.org/TR/css-2024/",
    "status": "Note",
    "filename": "Overview.html"
  },
  "nightly": {
    "url": "https://drafts.csswg.org/css-2024/",
    "status": "Editor's Draft",
    "alternateUrls": [
      "https://w3c.github.io/csswg-drafts/css-2024/"
    ],
    "repository": "https://github.com/w3c/csswg-drafts",
    "sourcePath": "css-2024/Overview.bs",
    "filename": "index.html"
  },
  "title": "CSS Snapshot 2024",
  "source": "w3c",
  "shortTitle": "CSS Snapshot 2024",
  "categories": [
    "browser"
  ],
  "standing": "good"
}
```
</details>
<details><summary>Update spec in the same series (2)</summary>

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

### Tests
These changes look good! 😎
@tidoust tidoust merged commit 684776d into main Mar 3, 2025
1 check passed
@tidoust tidoust deleted the add-css-2024 branch March 3, 2025 18:13
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 new spec: css-2024
2 participants