Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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