diff --git a/api/SVGFEOffsetElement.json b/api/SVGFEOffsetElement.json index a118e69a966aa9..2a9089d9c56ced 100644 --- a/api/SVGFEOffsetElement.json +++ b/api/SVGFEOffsetElement.json @@ -45,6 +45,7 @@ }, "dx": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGFEOffsetElement/dx", "spec_url": "https://drafts.fxtf.org/filter-effects/#dom-svgfeoffsetelement-dx", "tags": [ "web-features:svg-filters" @@ -88,6 +89,7 @@ }, "dy": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGFEOffsetElement/dy", "spec_url": "https://drafts.fxtf.org/filter-effects/#dom-svgfeoffsetelement-dy", "tags": [ "web-features:svg-filters" @@ -174,6 +176,7 @@ }, "in1": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGFEOffsetElement/in1", "spec_url": "https://drafts.fxtf.org/filter-effects/#dom-svgfeoffsetelement-in1", "tags": [ "web-features:svg-filters" diff --git a/api/SVGFESpotLightElement.json b/api/SVGFESpotLightElement.json index d25eda101bc7ee..be5b15c08e438b 100644 --- a/api/SVGFESpotLightElement.json +++ b/api/SVGFESpotLightElement.json @@ -45,6 +45,7 @@ }, "limitingConeAngle": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGFESpotLightElement/limitingConeAngle", "spec_url": "https://drafts.fxtf.org/filter-effects/#dom-svgfespotlightelement-limitingconeangle", "tags": [ "web-features:svg-filters" @@ -88,6 +89,7 @@ }, "pointsAtX": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGFESpotLightElement/pointsAtX", "spec_url": "https://drafts.fxtf.org/filter-effects/#dom-svgfespotlightelement-pointsatx", "tags": [ "web-features:svg-filters" @@ -131,6 +133,7 @@ }, "pointsAtY": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGFESpotLightElement/pointsAtY", "spec_url": "https://drafts.fxtf.org/filter-effects/#dom-svgfespotlightelement-pointsaty", "tags": [ "web-features:svg-filters" @@ -174,6 +177,7 @@ }, "pointsAtZ": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGFESpotLightElement/pointsAtZ", "spec_url": "https://drafts.fxtf.org/filter-effects/#dom-svgfespotlightelement-pointsatz", "tags": [ "web-features:svg-filters" @@ -217,6 +221,7 @@ }, "specularExponent": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGFESpotLightElement/specularExponent", "spec_url": "https://drafts.fxtf.org/filter-effects/#dom-svgfespotlightelement-specularexponent", "tags": [ "web-features:svg-filters" diff --git a/api/SVGUseElement.json b/api/SVGUseElement.json index c84cb94e71b9e7..9c8a5464687e6b 100644 --- a/api/SVGUseElement.json +++ b/api/SVGUseElement.json @@ -49,6 +49,7 @@ }, "height": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGUseElement/height", "spec_url": "https://svgwg.org/svg2-draft/struct.html#__svg__SVGUseElement__height", "tags": [ "web-features:svg" @@ -94,6 +95,7 @@ }, "href": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGUseElement/href", "spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGURIReference__href", "tags": [ "web-features:svg" @@ -141,6 +143,7 @@ }, "width": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGUseElement/width", "spec_url": "https://svgwg.org/svg2-draft/struct.html#__svg__SVGUseElement__width", "tags": [ "web-features:svg" @@ -186,6 +189,7 @@ }, "x": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGUseElement/x", "spec_url": "https://svgwg.org/svg2-draft/struct.html#__svg__SVGUseElement__x", "tags": [ "web-features:svg" @@ -231,6 +235,7 @@ }, "y": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGUseElement/y", "spec_url": "https://svgwg.org/svg2-draft/struct.html#__svg__SVGUseElement__y", "tags": [ "web-features:svg" diff --git a/package-lock.json b/package-lock.json index fbd096ac5a6e1c..43d84c28a412a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -461,9 +461,9 @@ } }, "node_modules/@ddbeck/mdn-content-inventory": { - "version": "0.2.20250128", - "resolved": "https://registry.npmjs.org/@ddbeck/mdn-content-inventory/-/mdn-content-inventory-0.2.20250128.tgz", - "integrity": "sha512-dVuzHbAb06P+65cg4/i9VKL1/l82AMD1mSN52p55+e54cUH6rNsOEIaa1V/4k1xsKmuf49aAoWnq2iKPIFCCLw==", + "version": "0.2.20250129", + "resolved": "https://registry.npmjs.org/@ddbeck/mdn-content-inventory/-/mdn-content-inventory-0.2.20250129.tgz", + "integrity": "sha512-94GuvaRJQR7L+l7lonbAaoHvF/r+g4TKmffv0e5S0vaB5UrrGTaAkXatcjL313UTOf56EijvprqHJFZu/gdrxw==", "dev": true, "license": "CC-BY-SA-2.5" },