Skip to content

Commit

Permalink
Add & fix spec_url for href attribute of SVG elements (#21772)
Browse files Browse the repository at this point in the history
* add spec_url

* fix spec_url
  • Loading branch information
skyclouds2001 committed Jan 2, 2024
1 parent c62bf92 commit 770b790
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api/SVGAElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
"href": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/links.html#dom-hyperlink-href",
"spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGURIReference__href",
"support": {
"chrome": {
"version_added": "1"
Expand Down
1 change: 1 addition & 0 deletions api/SVGFilterElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
},
"href": {
"__compat": {
"spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGURIReference__href",
"support": {
"chrome": {
"version_added": "5"
Expand Down
1 change: 1 addition & 0 deletions api/SVGMPathElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
},
"href": {
"__compat": {
"spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGURIReference__href",
"support": {
"chrome": {
"version_added": "19"
Expand Down

0 comments on commit 770b790

Please sign in to comment.