From 770b7900a3a643effd08cd7b57d4cc8e4cc1776e Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:23:30 +0800 Subject: [PATCH] Add & fix spec_url for `href` attribute of SVG elements (#21772) * add spec_url * fix spec_url --- api/SVGAElement.json | 2 +- api/SVGFilterElement.json | 1 + api/SVGMPathElement.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/api/SVGAElement.json b/api/SVGAElement.json index 64c38f18358ed6..c74ce778e3450d 100644 --- a/api/SVGAElement.json +++ b/api/SVGAElement.json @@ -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" diff --git a/api/SVGFilterElement.json b/api/SVGFilterElement.json index a0aa0a4c1b264c..68f6a39f0d81dc 100644 --- a/api/SVGFilterElement.json +++ b/api/SVGFilterElement.json @@ -119,6 +119,7 @@ }, "href": { "__compat": { + "spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGURIReference__href", "support": { "chrome": { "version_added": "5" diff --git a/api/SVGMPathElement.json b/api/SVGMPathElement.json index dbf40748ba8a29..f913c6c1e0cb24 100644 --- a/api/SVGMPathElement.json +++ b/api/SVGMPathElement.json @@ -39,6 +39,7 @@ }, "href": { "__compat": { + "spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGURIReference__href", "support": { "chrome": { "version_added": "19"