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 SVG Paths #1719

Merged
merged 1 commit into from
Mar 5, 2025
Merged

Add SVG Paths #1719

merged 1 commit into from
Mar 5, 2025

Conversation

browser-specs-bot
Copy link
Collaborator

Close #1718, 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/svg-paths/",
  "seriesComposition": "full",
  "shortname": "svg-paths",
  "series": {
    "shortname": "svg-paths",
    "currentSpecification": "svg-paths",
    "title": "SVG Paths",
    "shortTitle": "SVG Paths",
    "releaseUrl": "https://www.w3.org/TR/svg-paths/",
    "nightlyUrl": "https://svgwg.org/specs/paths/"
  },
  "organization": "W3C",
  "groups": [
    {
      "name": "SVG Working Group",
      "url": "https://www.w3.org/Graphics/SVG/WG/"
    }
  ],
  "release": {
    "url": "https://www.w3.org/TR/svg-paths/",
    "status": "First Public Working Draft",
    "filename": "Overview.html"
  },
  "nightly": {
    "url": "https://svgwg.org/specs/paths/",
    "status": "Editor's Draft",
    "alternateUrls": [],
    "repository": "https://github.com/w3c/svgwg",
    "sourcePath": "specs/paths/master/Overview.html",
    "filename": "Overview.html"
  },
  "title": "SVG Paths",
  "source": "w3c",
  "shortTitle": "SVG Paths",
  "categories": [
    "browser"
  ],
  "standing": "good"
}

Tests

These changes look good! 😎

Close #1718, 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/svg-paths/",
  "seriesComposition": "full",
  "shortname": "svg-paths",
  "series": {
    "shortname": "svg-paths",
    "currentSpecification": "svg-paths",
    "title": "SVG Paths",
    "shortTitle": "SVG Paths",
    "releaseUrl": "https://www.w3.org/TR/svg-paths/",
    "nightlyUrl": "https://svgwg.org/specs/paths/"
  },
  "organization": "W3C",
  "groups": [
    {
      "name": "SVG Working Group",
      "url": "https://www.w3.org/Graphics/SVG/WG/"
    }
  ],
  "release": {
    "url": "https://www.w3.org/TR/svg-paths/",
    "status": "First Public Working Draft",
    "filename": "Overview.html"
  },
  "nightly": {
    "url": "https://svgwg.org/specs/paths/",
    "status": "Editor's Draft",
    "alternateUrls": [],
    "repository": "https://github.com/w3c/svgwg",
    "sourcePath": "specs/paths/master/Overview.html",
    "filename": "Overview.html"
  },
  "title": "SVG Paths",
  "source": "w3c",
  "shortTitle": "SVG Paths",
  "categories": [
    "browser"
  ],
  "standing": "good"
}
```
</details>

### Tests
These changes look good! 😎
@tidoust tidoust merged commit 2b404c6 into main Mar 5, 2025
1 check passed
@tidoust tidoust deleted the add-svg-paths branch March 5, 2025 09:32
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: SVG Paths
2 participants