Skip to content

Commit

Permalink
Add spec_url for SVGNumberList. Fixes #25520
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Dec 29, 2024
1 parent 9f91210 commit d9574e5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions api/SVGNumberList.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
},
"appendItem": {
"__compat": {
"spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGNameList__appendItem",
"tags": [
"web-features:svg"
],
Expand Down Expand Up @@ -89,6 +90,7 @@
},
"clear": {
"__compat": {
"spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGNameList__clear",
"tags": [
"web-features:svg"
],
Expand Down Expand Up @@ -131,6 +133,7 @@
},
"getItem": {
"__compat": {
"spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGNameList__getItem",
"tags": [
"web-features:svg"
],
Expand Down Expand Up @@ -173,6 +176,7 @@
},
"initialize": {
"__compat": {
"spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGNameList__initialize",
"tags": [
"web-features:svg"
],
Expand Down Expand Up @@ -215,6 +219,7 @@
},
"insertItemBefore": {
"__compat": {
"spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGNameList__insertItemBefore",
"tags": [
"web-features:svg"
],
Expand Down Expand Up @@ -257,6 +262,7 @@
},
"length": {
"__compat": {
"spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGNameList__length",
"tags": [
"web-features:svg"
],
Expand Down Expand Up @@ -297,6 +303,7 @@
},
"numberOfItems": {
"__compat": {
"spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGNameList__numberOfItems",
"tags": [
"web-features:svg"
],
Expand Down Expand Up @@ -339,6 +346,7 @@
},
"removeItem": {
"__compat": {
"spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGNameList__removeItem",
"tags": [
"web-features:svg"
],
Expand Down Expand Up @@ -381,6 +389,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 d9574e5

Please sign in to comment.