Skip to content

Commit

Permalink
Add spec URLs and MDN URLs for some non-obsolete SVG features lacking…
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Feb 25, 2022
1 parent b70a1be commit 96a4fcd
Show file tree
Hide file tree
Showing 17 changed files with 78 additions and 0 deletions.
2 changes: 2 additions & 0 deletions svg/elements/a.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,8 @@
},
"target": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/target",
"spec_url": "https://svgwg.org/svg2-draft/linking.html#AElementTargetAttribute",
"support": {
"chrome": {
"version_added": "1"
Expand Down
6 changes: 6 additions & 0 deletions svg/elements/animate.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@
},
"dur": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/dur",
"spec_url": "https://svgwg.org/specs/animations/#DurAttribute",
"support": {
"chrome": {
"version_added": null
Expand Down Expand Up @@ -192,6 +194,8 @@
},
"from": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/from",
"spec_url": "https://svgwg.org/specs/animations/#FromAttribute",
"support": {
"chrome": {
"version_added": null
Expand Down Expand Up @@ -239,6 +243,8 @@
},
"repeatCount": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/repeatCount",
"spec_url": "https://svgwg.org/specs/animations/#RepeatCountAttribute",
"support": {
"chrome": {
"version_added": null
Expand Down
2 changes: 2 additions & 0 deletions svg/elements/animateMotion.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@
},
"keyPoints": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/keyPoints",
"spec_url": "https://svgwg.org/specs/animations/#KeyPointsAttribute",
"support": {
"chrome": {
"version_added": null
Expand Down
2 changes: 2 additions & 0 deletions svg/elements/feBlend.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@
},
"mode": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/mode",
"spec_url": "https://drafts.fxtf.org/filter-effects/#element-attrdef-feblend-mode",
"support": {
"chrome": {
"version_added": true
Expand Down
8 changes: 8 additions & 0 deletions svg/elements/feComposite.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@
},
"k1": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/k1",
"spec_url": "https://drafts.fxtf.org/filter-effects/#element-attrdef-fecomposite-k1",
"support": {
"chrome": {
"version_added": "1"
Expand Down Expand Up @@ -194,6 +196,8 @@
},
"k2": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/k2",
"spec_url": "https://drafts.fxtf.org/filter-effects/#element-attrdef-fecomposite-k2",
"support": {
"chrome": {
"version_added": "1"
Expand Down Expand Up @@ -241,6 +245,8 @@
},
"k3": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/k3",
"spec_url": "https://drafts.fxtf.org/filter-effects/#element-attrdef-fecomposite-k3",
"support": {
"chrome": {
"version_added": "1"
Expand Down Expand Up @@ -288,6 +294,8 @@
},
"k4": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/k4",
"spec_url": "https://drafts.fxtf.org/filter-effects/#element-attrdef-fecomposite-k4",
"support": {
"chrome": {
"version_added": "1"
Expand Down
6 changes: 6 additions & 0 deletions svg/elements/feDisplacementMap.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@
},
"scale": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/scale",
"spec_url": "https://drafts.fxtf.org/filter-effects/#element-attrdef-fedisplacementmap-scale",
"support": {
"chrome": {
"version_added": true
Expand Down Expand Up @@ -192,6 +194,8 @@
},
"xChannelSelector": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/xChannelSelector",
"spec_url": "https://drafts.fxtf.org/filter-effects/#element-attrdef-fedisplacementmap-xchannelselector",
"support": {
"chrome": {
"version_added": null
Expand Down Expand Up @@ -239,6 +243,8 @@
},
"yChannelSelector": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/yChannelSelector",
"spec_url": "https://drafts.fxtf.org/filter-effects/#element-attrdef-fedisplacementmap-ychannelselector",
"support": {
"chrome": {
"version_added": null
Expand Down
2 changes: 2 additions & 0 deletions svg/elements/feGaussianBlur.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@
},
"stdDeviation": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/stdDeviation",
"spec_url": "https://drafts.fxtf.org/filter-effects/#element-attrdef-fegaussianblur-stddeviation",
"support": {
"chrome": {
"version_added": true
Expand Down
2 changes: 2 additions & 0 deletions svg/elements/feMorphology.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@
},
"radius": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/radius",
"spec_url": "https://drafts.fxtf.org/filter-effects/#element-attrdef-femorphology-radius",
"support": {
"chrome": {
"version_added": true
Expand Down
2 changes: 2 additions & 0 deletions svg/elements/feSpecularLighting.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@
},
"specularConstant": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/specularConstant",
"spec_url": "https://drafts.fxtf.org/filter-effects/#element-attrdef-fespecularlighting-specularconstant",
"support": {
"chrome": {
"version_added": true
Expand Down
8 changes: 8 additions & 0 deletions svg/elements/feSpotLight.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
},
"limitingConeAngle": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/limitingConeAngle",
"spec_url": "https://drafts.fxtf.org/filter-effects/#element-attrdef-fespotlight-limitingconeangle",
"support": {
"chrome": {
"version_added": true
Expand Down Expand Up @@ -98,6 +100,8 @@
},
"pointsAtX": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/pointsAtX",
"spec_url": "https://drafts.fxtf.org/filter-effects/#element-attrdef-fespotlight-pointsatx",
"support": {
"chrome": {
"version_added": true
Expand Down Expand Up @@ -145,6 +149,8 @@
},
"pointsAtY": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/pointsAtY",
"spec_url": "https://drafts.fxtf.org/filter-effects/#element-attrdef-fespotlight-pointsaty",
"support": {
"chrome": {
"version_added": true
Expand Down Expand Up @@ -192,6 +198,8 @@
},
"pointsAtZ": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/pointsAtZ",
"spec_url": "https://drafts.fxtf.org/filter-effects/#element-attrdef-fespotlight-pointsatz",
"support": {
"chrome": {
"version_added": true
Expand Down
6 changes: 6 additions & 0 deletions svg/elements/linearGradient.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@
},
"gradientTransform": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/gradientTransform",
"spec_url": [
"https://drafts.csswg.org/css-transforms/#typedef-transform-list",
"https://svgwg.org/svg2-draft/pservers.html#LinearGradientElementGradientTransformAttribute",
"https://svgwg.org/svg2-draft/pservers.html#RadialGradientElementGradientTransformAttribute"
],
"support": {
"chrome": {
"version_added": null
Expand Down
8 changes: 8 additions & 0 deletions svg/elements/marker.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
},
"markerHeight": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/markerHeight",
"spec_url": "https://svgwg.org/svg2-draft/painting.html#MarkerHeightAttribute",
"support": {
"chrome": {
"version_added": true
Expand Down Expand Up @@ -98,6 +100,8 @@
},
"markerUnits": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/markerUnits",
"spec_url": "https://svgwg.org/svg2-draft/painting.html#MarkerUnitsAttribute",
"support": {
"chrome": {
"version_added": true
Expand Down Expand Up @@ -145,6 +149,8 @@
},
"markerWidth": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/markerWidth",
"spec_url": "https://svgwg.org/svg2-draft/painting.html#MarkerWidthAttribute",
"support": {
"chrome": {
"version_added": true
Expand Down Expand Up @@ -192,6 +198,8 @@
},
"orient": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/orient",
"spec_url": "https://svgwg.org/svg2-draft/painting.html#OrientAttribute",
"support": {
"chrome": {
"version_added": true
Expand Down
4 changes: 4 additions & 0 deletions svg/elements/mask.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@
},
"maskContentUnits": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/maskContentUnits",
"spec_url": "https://drafts.fxtf.org/css-masking-1/#element-attrdef-mask-maskcontentunits",
"support": {
"chrome": {
"version_added": null
Expand Down Expand Up @@ -145,6 +147,8 @@
},
"maskUnits": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/maskUnits",
"spec_url": "https://drafts.fxtf.org/css-masking-1/#element-attrdef-mask-maskunits",
"support": {
"chrome": {
"version_added": null
Expand Down
6 changes: 6 additions & 0 deletions svg/elements/pattern.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@
},
"patternContentUnits": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/patternContentUnits",
"spec_url": "https://svgwg.org/svg2-draft/pservers.html#PatternElementPatternContentUnitsAttribute",
"support": {
"chrome": {
"version_added": null
Expand Down Expand Up @@ -192,6 +194,8 @@
},
"patternTransform": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/patternTransform",
"spec_url": "https://svgwg.org/svg2-draft/pservers.html#PatternElementPatternTransformAttribute",
"support": {
"chrome": {
"version_added": null
Expand Down Expand Up @@ -239,6 +243,8 @@
},
"patternUnits": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/patternUnits",
"spec_url": "https://svgwg.org/svg2-draft/pservers.html#PatternElementPatternUnitsAttribute",
"support": {
"chrome": {
"version_added": null
Expand Down
6 changes: 6 additions & 0 deletions svg/elements/radialGradient.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@
},
"fr": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/fr",
"spec_url": "https://svgwg.org/svg2-draft/pservers.html#RadialGradientElementFRAttribute",
"support": {
"chrome": {
"version_added": null
Expand Down Expand Up @@ -192,6 +194,8 @@
},
"fx": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/fx",
"spec_url": "https://svgwg.org/svg2-draft/pservers.html#RadialGradientElementFXAttribute",
"support": {
"chrome": {
"version_added": null
Expand Down Expand Up @@ -239,6 +243,8 @@
},
"fy": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/fy",
"spec_url": "https://svgwg.org/svg2-draft/pservers.html#RadialGradientElementFYAttribute",
"support": {
"chrome": {
"version_added": null
Expand Down
2 changes: 2 additions & 0 deletions svg/elements/style.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
},
"media": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/media",
"spec_url": "https://svgwg.org/svg2-draft/styling.html#StyleElementMediaAttribute",
"support": {
"chrome": {
"version_added": null
Expand Down
6 changes: 6 additions & 0 deletions svg/elements/textPath.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@
},
"side": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/side",
"spec_url": "https://svgwg.org/svg2-draft/text.html#TextPathElementSideAttribute",
"support": {
"chrome": {
"version_added": false
Expand Down Expand Up @@ -202,6 +204,8 @@
},
"spacing": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/spacing",
"spec_url": "https://svgwg.org/svg2-draft/text.html#TextPathElementSpacingAttribute",
"support": {
"chrome": {
"version_added": null
Expand Down Expand Up @@ -249,6 +253,8 @@
},
"startOffset": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/startOffset",
"spec_url": "https://svgwg.org/svg2-draft/text.html#TextPathElementStartOffsetAttribute",
"support": {
"chrome": {
"version_added": true
Expand Down

0 comments on commit 96a4fcd

Please sign in to comment.