From 762fd9d60f02447fb847abca59a8835fc3ff20b3 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Fri, 3 Jan 2025 02:11:34 +0800 Subject: [PATCH] Add spec urls for `SVGNumberList` subfeatures (#25529) Fixes #25520 --- api/SVGNumberList.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/api/SVGNumberList.json b/api/SVGNumberList.json index 51d123af8d8c18..63908a677c03a7 100644 --- a/api/SVGNumberList.json +++ b/api/SVGNumberList.json @@ -47,6 +47,7 @@ }, "appendItem": { "__compat": { + "spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGNameList__appendItem", "tags": [ "web-features:svg" ], @@ -89,6 +90,7 @@ }, "clear": { "__compat": { + "spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGNameList__clear", "tags": [ "web-features:svg" ], @@ -131,6 +133,7 @@ }, "getItem": { "__compat": { + "spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGNameList__getItem", "tags": [ "web-features:svg" ], @@ -173,6 +176,7 @@ }, "initialize": { "__compat": { + "spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGNameList__initialize", "tags": [ "web-features:svg" ], @@ -215,6 +219,7 @@ }, "insertItemBefore": { "__compat": { + "spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGNameList__insertItemBefore", "tags": [ "web-features:svg" ], @@ -257,6 +262,7 @@ }, "length": { "__compat": { + "spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGNameList__length", "tags": [ "web-features:svg" ], @@ -297,6 +303,7 @@ }, "numberOfItems": { "__compat": { + "spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGNameList__numberOfItems", "tags": [ "web-features:svg" ], @@ -339,6 +346,7 @@ }, "removeItem": { "__compat": { + "spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGNameList__removeItem", "tags": [ "web-features:svg" ], @@ -381,6 +389,7 @@ }, "replaceItem": { "__compat": { + "spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGNameList__replaceItem", "tags": [ "web-features:svg" ],