Skip to content

Commit

Permalink
Add spec_url for SVGStringList. Fixes mdn#25518
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Dec 29, 2024
1 parent 9f91210 commit f9356db
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions api/SVGStringList.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
},
"appendItem": {
"__compat": {
"spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGNameList__appendItem",
"tags": [
"web-features:svg"
],
Expand Down Expand Up @@ -99,6 +100,7 @@
},
"clear": {
"__compat": {
"spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGNameList__clear",
"tags": [
"web-features:svg"
],
Expand Down Expand Up @@ -145,6 +147,7 @@
},
"getItem": {
"__compat": {
"spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGNameList__getItem",
"tags": [
"web-features:svg"
],
Expand Down Expand Up @@ -191,6 +194,7 @@
},
"initialize": {
"__compat": {
"spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGNameList__initialize",
"tags": [
"web-features:svg"
],
Expand Down Expand Up @@ -237,6 +241,7 @@
},
"insertItemBefore": {
"__compat": {
"spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGNameList__insertItemBefore",
"tags": [
"web-features:svg"
],
Expand Down Expand Up @@ -324,6 +329,7 @@
},
"numberOfItems": {
"__compat": {
"spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGNameList__numberOfItems",
"tags": [
"web-features:svg"
],
Expand Down Expand Up @@ -370,6 +376,7 @@
},
"removeItem": {
"__compat": {
"spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGNameList__removeItem",
"tags": [
"web-features:svg"
],
Expand Down Expand Up @@ -416,6 +423,7 @@
},
"replaceItem": {
"__compat": {
"spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGNameList__replaceItem",
"tags": [
"web-features:svg"
],
Expand Down

0 comments on commit f9356db

Please sign in to comment.