Skip to content

Commit

Permalink
Add missing spec_url for svg <pattern> element (#25197)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Nov 26, 2024
1 parent 51eade4 commit daaddb4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion svg/elements/pattern.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"pattern": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Element/pattern",
"spec_url": "https://svgwg.org/svg2-draft/pservers.html#Patterns",
"spec_url": "https://svgwg.org/svg2-draft/pservers.html#PatternElement",
"tags": [
"web-features:svg"
],
Expand Down Expand Up @@ -44,6 +44,7 @@
},
"height": {
"__compat": {
"spec_url": "https://svgwg.org/svg2-draft/pservers.html#PatternElementHeightAttribute",
"tags": [
"web-features:svg"
],
Expand Down Expand Up @@ -283,6 +284,7 @@
},
"width": {
"__compat": {
"spec_url": "https://svgwg.org/svg2-draft/pservers.html#PatternElementWidthAttribute",
"tags": [
"web-features:svg"
],
Expand Down Expand Up @@ -323,6 +325,7 @@
},
"x": {
"__compat": {
"spec_url": "https://svgwg.org/svg2-draft/pservers.html#PatternElementXAttribute",
"tags": [
"web-features:svg"
],
Expand Down Expand Up @@ -364,6 +367,7 @@
"xlink_href": {
"__compat": {
"description": "`xlink:href`",
"spec_url": "https://svgwg.org/svg2-draft/linking.html#XLinkHrefAttribute",
"support": {
"chrome": {
"version_added": "1"
Expand Down Expand Up @@ -401,6 +405,7 @@
},
"y": {
"__compat": {
"spec_url": "https://svgwg.org/svg2-draft/pservers.html#PatternElementYAttribute",
"tags": [
"web-features:svg"
],
Expand Down

0 comments on commit daaddb4

Please sign in to comment.