Skip to content

Commit

Permalink
chore: fix mdn urls
Browse files Browse the repository at this point in the history
  • Loading branch information
mdn-bot committed Dec 9, 2024
1 parent c116e62 commit 44ef39f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/SVGAnimatedAngle.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
},
"animVal": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedAngle/animVal",
"spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGAnimatedAngle__animVal",
"tags": [
"web-features:smil-svg-animations"
Expand Down Expand Up @@ -96,6 +97,7 @@
},
"baseVal": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedAngle/baseVal",
"spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGAnimatedAngle__baseVal",
"tags": [
"web-features:smil-svg-animations"
Expand Down
2 changes: 2 additions & 0 deletions api/SVGAnimatedTransformList.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
},
"animVal": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedTransformList/animVal",
"spec_url": "https://svgwg.org/svg2-draft/coords.html#__svg__SVGAnimatedTransformList__animVal",
"tags": [
"web-features:smil-svg-animations"
Expand Down Expand Up @@ -96,6 +97,7 @@
},
"baseVal": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedTransformList/baseVal",
"spec_url": "https://svgwg.org/svg2-draft/coords.html#__svg__SVGAnimatedTransformList__baseVal",
"tags": [
"web-features:smil-svg-animations"
Expand Down

0 comments on commit 44ef39f

Please sign in to comment.