Skip to content

Commit

Permalink
Add spec_url for SVG <view> attributes + Update spec_url for SVG el…
Browse files Browse the repository at this point in the history
…ements (#25273)

Add spec_url for `<view>` element
  • Loading branch information
skyclouds2001 authored Dec 2, 2024
1 parent 4618f23 commit c9ee670
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion svg/elements/a.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"a": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Element/a",
"spec_url": "https://svgwg.org/svg2-draft/linking.html#Links",
"spec_url": "https://svgwg.org/svg2-draft/linking.html#AElement",
"tags": [
"web-features:svg"
],
Expand Down
2 changes: 1 addition & 1 deletion svg/elements/linearGradient.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"linearGradient": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Element/linearGradient",
"spec_url": "https://svgwg.org/svg2-draft/pservers.html#LinearGradients",
"spec_url": "https://svgwg.org/svg2-draft/pservers.html#LinearGradientElement",
"tags": [
"web-features:svg"
],
Expand Down
2 changes: 1 addition & 1 deletion svg/elements/radialGradient.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"radialGradient": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Element/radialGradient",
"spec_url": "https://svgwg.org/svg2-draft/pservers.html#RadialGradients",
"spec_url": "https://svgwg.org/svg2-draft/pservers.html#RadialGradientElement",
"tags": [
"web-features:svg"
],
Expand Down
2 changes: 2 additions & 0 deletions svg/elements/view.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
},
"preserveAspectRatio": {
"__compat": {
"spec_url": "https://svgwg.org/svg2-draft/coords.html#PreserveAspectRatioAttribute",
"tags": [
"web-features:svg"
],
Expand Down Expand Up @@ -78,6 +79,7 @@
},
"viewBox": {
"__compat": {
"spec_url": "https://svgwg.org/svg2-draft/coords.html#ViewBoxAttribute",
"tags": [
"web-features:svg"
],
Expand Down

0 comments on commit c9ee670

Please sign in to comment.