Skip to content

Commit f329cbe

Browse files
Update spec link for CSS/SVG presentation attribute properties [a-n] (#25633)
1 parent 7c64a8d commit f329cbe

20 files changed

+59
-31
lines changed

css/properties/alignment-baseline.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/alignment-baseline",
77
"spec_url": [
8-
"https://drafts.csswg.org/css-inline-3/#alignment-baseline-property",
8+
"https://drafts.csswg.org/css-inline/#alignment-baseline-property",
99
"https://svgwg.org/svg2-draft/text.html#AlignmentBaselineProperty"
1010
],
1111
"tags": [

css/properties/baseline-shift.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"baseline-shift": {
55
"__compat": {
66
"spec_url": [
7-
"https://drafts.csswg.org/css-inline-3/#baseline-shift-property",
7+
"https://drafts.csswg.org/css-inline/#baseline-shift-property",
88
"https://svgwg.org/svg2-draft/text.html#BaselineShiftProperty"
99
],
1010
"tags": [

css/properties/clip-path.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
"clip-path": {
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/clip-path",
7-
"spec_url": [
8-
"https://drafts.fxtf.org/css-masking/#the-clip-path",
9-
"https://drafts.csswg.org/css-shapes/#supported-basic-shapes"
10-
],
7+
"spec_url": "https://drafts.fxtf.org/css-masking/#the-clip-path",
118
"tags": [
129
"web-features:clip-path"
1310
],
@@ -67,6 +64,7 @@
6764
"basic_shape": {
6865
"__compat": {
6966
"description": "`<basic-shape>`",
67+
"spec_url": "https://drafts.csswg.org/css-shapes/#typedef-basic-shape",
7068
"tags": [
7169
"web-features:clip-path"
7270
],

css/properties/clip-rule.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"clip-rule": {
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/clip-rule",
7-
"spec_url": "https://drafts.fxtf.org/css-masking-1/#the-clip-rule",
7+
"spec_url": "https://drafts.fxtf.org/css-masking/#the-clip-rule",
88
"tags": [
99
"web-features:svg"
1010
],

css/properties/color-interpolation-filters.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"color-interpolation-filters": {
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color-interpolation-filters",
7-
"spec_url": "https://drafts.fxtf.org/filter-effects-1/#ColorInterpolationFiltersProperty",
7+
"spec_url": "https://drafts.fxtf.org/filter-effects/#ColorInterpolationFiltersProperty",
88
"tags": [
99
"web-features:svg-filters"
1010
],

css/properties/color-interpolation.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"color-interpolation": {
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color-interpolation",
7-
"spec_url": "https://svgwg.org/svg2-draft/painting.html#ColorInterpolation",
7+
"spec_url": "https://svgwg.org/svg2-draft/painting.html#ColorInterpolationProperty",
88
"tags": [
99
"web-features:svg"
1010
],

css/properties/color.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"color": {
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color",
7-
"spec_url": "https://drafts.csswg.org/css-color/#the-color-property",
7+
"spec_url": [
8+
"https://drafts.csswg.org/css-color/#the-color-property",
9+
"https://svgwg.org/svg2-draft/painting.html#ColorProperty"
10+
],
811
"support": {
912
"chrome": {
1013
"version_added": "1"

css/properties/direction.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"direction": {
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/direction",
7-
"spec_url": "https://drafts.csswg.org/css-writing-modes/#direction",
7+
"spec_url": [
8+
"https://drafts.csswg.org/css-writing-modes/#direction",
9+
"https://svgwg.org/svg2-draft/text.html#DirectionProperty"
10+
],
811
"tags": [
912
"web-features:layout-direction-override"
1013
],

css/properties/display.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"display": {
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/display",
7-
"spec_url": "https://drafts.csswg.org/css-display/#the-display-properties",
7+
"spec_url": [
8+
"https://drafts.csswg.org/css-display/#the-display-properties",
9+
"https://svgwg.org/svg2-draft/render.html#VisibilityControl"
10+
],
811
"tags": [
912
"web-features:display"
1013
],

css/properties/dominant-baseline.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/dominant-baseline",
77
"spec_url": [
8-
"https://svgwg.org/svg2-draft/text.html#DominantBaselineProperty",
9-
"https://drafts.csswg.org/css-inline/#dominant-baseline-property"
8+
"https://drafts.csswg.org/css-inline/#dominant-baseline-property",
9+
"https://svgwg.org/svg2-draft/text.html#DominantBaselineProperty"
1010
],
1111
"tags": [
1212
"web-features:dominant-baseline"

css/properties/flood-color.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"flood-color": {
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/flood-color",
7-
"spec_url": "https://drafts.fxtf.org/filter-effects-1/#FloodColorProperty",
7+
"spec_url": "https://drafts.fxtf.org/filter-effects/#FloodColorProperty",
88
"tags": [
99
"web-features:svg-filters"
1010
],

css/properties/flood-opacity.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"flood-opacity": {
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/flood-opacity",
7-
"spec_url": "https://drafts.fxtf.org/filter-effects-1/#FloodOpacityProperty",
7+
"spec_url": "https://drafts.fxtf.org/filter-effects/#FloodOpacityProperty",
88
"tags": [
99
"web-features:svg-filters"
1010
],

css/properties/font-variant.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"font-variant": {
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-variant",
7-
"spec_url": "https://drafts.csswg.org/css-fonts/#font-variant-prop",
7+
"spec_url": [
8+
"https://drafts.csswg.org/css-fonts/#font-variant-prop",
9+
"https://svgwg.org/svg2-draft/text.html#FontVariantProperty"
10+
],
811
"tags": [
912
"web-features:font-variant"
1013
],

css/properties/image-rendering.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"image-rendering": {
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/image-rendering",
7-
"spec_url": "https://drafts.csswg.org/css-images/#the-image-rendering",
7+
"spec_url": [
8+
"https://drafts.csswg.org/css-images/#the-image-rendering",
9+
"https://svgwg.org/svg2-draft/painting.html#ImageRendering"
10+
],
811
"tags": [
912
"web-features:image-rendering"
1013
],

css/properties/letter-spacing.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"letter-spacing": {
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/letter-spacing",
7-
"spec_url": "https://drafts.csswg.org/css-text/#letter-spacing-property",
7+
"spec_url": [
8+
"https://drafts.csswg.org/css-text/#letter-spacing-property",
9+
"https://svgwg.org/svg2-draft/text.html#LetterSpacingProperty"
10+
],
811
"tags": [
912
"web-features:letter-spacing"
1013
],

css/properties/lighting-color.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"lighting-color": {
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/lighting-color",
7-
"spec_url": "https://drafts.fxtf.org/filter-effects-1/#LightingColorProperty",
7+
"spec_url": "https://drafts.fxtf.org/filter-effects/#LightingColorProperty",
88
"tags": [
99
"web-features:svg-filters"
1010
],

css/properties/marker-end.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"marker-end": {
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/marker-end",
7-
"spec_url": "https://svgwg.org/svg2-draft/painting.html#VertexMarkerProperties",
7+
"spec_url": "https://svgwg.org/svg2-draft/painting.html#MarkerEndProperty",
88
"tags": [
99
"web-features:svg"
1010
],

css/properties/marker-mid.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"marker-mid": {
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/marker-mid",
7-
"spec_url": "https://svgwg.org/svg2-draft/painting.html#VertexMarkerProperties",
7+
"spec_url": "https://svgwg.org/svg2-draft/painting.html#MarkerMidProperty",
88
"tags": [
99
"web-features:svg"
1010
],

css/properties/marker-start.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"marker-start": {
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/marker-start",
7-
"spec_url": "https://svgwg.org/svg2-draft/painting.html#VertexMarkerProperties",
7+
"spec_url": "https://svgwg.org/svg2-draft/painting.html#MarkerStartProperty",
88
"tags": [
99
"web-features:svg"
1010
],

svg/global_attributes.json

+20-8
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,10 @@
676676
"color": {
677677
"__compat": {
678678
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/color",
679-
"spec_url": "https://svgwg.org/svg2-draft/painting.html#ColorProperty",
679+
"spec_url": [
680+
"https://drafts.csswg.org/css-color/#the-color-property",
681+
"https://svgwg.org/svg2-draft/painting.html#ColorProperty"
682+
],
680683
"tags": [
681684
"web-features:svg"
682685
],
@@ -720,7 +723,7 @@
720723
"color-interpolation": {
721724
"__compat": {
722725
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/color-interpolation",
723-
"spec_url": "https://svgwg.org/svg2-draft/painting.html#ColorInterpolation",
726+
"spec_url": "https://svgwg.org/svg2-draft/painting.html#ColorInterpolationProperty",
724727
"tags": [
725728
"web-features:svg"
726729
],
@@ -968,7 +971,10 @@
968971
"display": {
969972
"__compat": {
970973
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/display",
971-
"spec_url": "https://svgwg.org/svg2-draft/render.html#VisibilityControl",
974+
"spec_url": [
975+
"https://drafts.csswg.org/css-display/#the-display-properties",
976+
"https://svgwg.org/svg2-draft/render.html#VisibilityControl"
977+
],
972978
"tags": [
973979
"web-features:svg"
974980
],
@@ -1471,7 +1477,10 @@
14711477
"font-variant": {
14721478
"__compat": {
14731479
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/font-variant",
1474-
"spec_url": "https://drafts.csswg.org/css-fonts/#font-variant-prop",
1480+
"spec_url": [
1481+
"https://drafts.csswg.org/css-fonts/#font-variant-prop",
1482+
"https://svgwg.org/svg2-draft/text.html#FontVariantProperty"
1483+
],
14751484
"tags": [
14761485
"web-features:font-variant"
14771486
],
@@ -1673,7 +1682,10 @@
16731682
"letter-spacing": {
16741683
"__compat": {
16751684
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/letter-spacing",
1676-
"spec_url": "https://drafts.csswg.org/css-text/#letter-spacing-property",
1685+
"spec_url": [
1686+
"https://drafts.csswg.org/css-text/#letter-spacing-property",
1687+
"https://svgwg.org/svg2-draft/text.html#LetterSpacingProperty"
1688+
],
16771689
"tags": [
16781690
"web-features:letter-spacing"
16791691
],
@@ -1757,7 +1769,7 @@
17571769
"marker-end": {
17581770
"__compat": {
17591771
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/marker-end",
1760-
"spec_url": "https://svgwg.org/svg2-draft/painting.html#VertexMarkerProperties",
1772+
"spec_url": "https://svgwg.org/svg2-draft/painting.html#MarkerEndProperty",
17611773
"tags": [
17621774
"web-features:svg"
17631775
],
@@ -1795,7 +1807,7 @@
17951807
"marker-mid": {
17961808
"__compat": {
17971809
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/marker-mid",
1798-
"spec_url": "https://svgwg.org/svg2-draft/painting.html#VertexMarkerProperties",
1810+
"spec_url": "https://svgwg.org/svg2-draft/painting.html#MarkerMidProperty",
17991811
"tags": [
18001812
"web-features:svg"
18011813
],
@@ -1833,7 +1845,7 @@
18331845
"marker-start": {
18341846
"__compat": {
18351847
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/marker-start",
1836-
"spec_url": "https://svgwg.org/svg2-draft/painting.html#VertexMarkerProperties",
1848+
"spec_url": "https://svgwg.org/svg2-draft/painting.html#MarkerStartProperty",
18371849
"tags": [
18381850
"web-features:svg"
18391851
],

0 commit comments

Comments
 (0)