Skip to content

Commit

Permalink
Add SVG Paths (#1719)
Browse files Browse the repository at this point in the history
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! 😎

Co-authored-by: browser-specs-bot <>
  • Loading branch information
browser-specs-bot authored Mar 5, 2025
1 parent df2e98a commit 2b404c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1687,6 +1687,7 @@
},
"https://www.w3.org/TR/svg-aam-1.0/",
"https://www.w3.org/TR/svg-integration/",
"https://www.w3.org/TR/svg-paths/",
"https://www.w3.org/TR/svg-strokes/",
{
"url": "https://www.w3.org/TR/SVG11/",
Expand Down
8 changes: 0 additions & 8 deletions src/data/monitor.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,14 +386,6 @@
"comment": "incomplete draft not being maintained, should be classified only as rough proposal per https://github.com/w3c/svgwg/issues/824#issuecomment-790946863",
"lastreviewed": "2025-01-01"
},
"https://svgwg.org/specs/paths/": {
"comment": "incomplete draft not being maintained, should be classified only as rough proposal per https://github.com/w3c/svgwg/issues/824#issuecomment-790946863",
"lastreviewed": "2025-01-01"
},
"https://www.w3.org/TR/svg-paths/": {
"comment": "incomplete draft not being maintained, should be classified only as rough proposal per https://github.com/w3c/svgwg/issues/824#issuecomment-790946863",
"lastreviewed": "2025-01-01"
},
"https://w3c.github.io/PFE/RangeRequest.html": {
"comment": "being split-off from main spec https://github.com/w3c/PFE/pull/9/files; stub",
"lastreviewed": "2025-01-01"
Expand Down

0 comments on commit 2b404c6

Please sign in to comment.