From 0dcfe85145dcfcf8cf9d75d6e2660725abf0911d Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Sun, 19 Jan 2025 21:59:40 +0800 Subject: [PATCH] Add spec link for svg `` element --- svg/elements/foreignObject.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/svg/elements/foreignObject.json b/svg/elements/foreignObject.json index 5de29d5aa73f7f..6657e466a46aff 100644 --- a/svg/elements/foreignObject.json +++ b/svg/elements/foreignObject.json @@ -50,6 +50,7 @@ }, "height": { "__compat": { + "spec_url": "https://svgwg.org/svg2-draft/geometry.html#Sizing", "tags": [ "web-features:svg" ], @@ -144,6 +145,7 @@ }, "width": { "__compat": { + "spec_url": "https://svgwg.org/svg2-draft/geometry.html#Sizing", "tags": [ "web-features:svg" ], @@ -190,6 +192,7 @@ }, "x": { "__compat": { + "spec_url": "https://svgwg.org/svg2-draft/geometry.html#XProperty", "tags": [ "web-features:svg" ], @@ -236,6 +239,7 @@ }, "y": { "__compat": { + "spec_url": "https://svgwg.org/svg2-draft/geometry.html#YProperty", "tags": [ "web-features:svg" ],