Skip to content

Commit

Permalink
feat(css): Sync property status per bcd (#801)
Browse files Browse the repository at this point in the history
feat(css): sync property status per bcd

Co-authored-by: Brian Smith <brian@smith.berlin>
  • Loading branch information
skyclouds2001 and bsmth authored Nov 27, 2024
1 parent 76584aa commit 06fa694
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,7 @@
"appliesto": "allElements",
"computed": "computedColor",
"order": "uniqueOrder",
"status": "nonstandard",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-text-fill-color"
},
"-webkit-text-stroke": {
Expand All @@ -1620,7 +1620,7 @@
"-webkit-text-stroke-color"
],
"order": "canonicalOrder",
"status": "nonstandard",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke"
},
"-webkit-text-stroke-color": {
Expand All @@ -1636,7 +1636,7 @@
"appliesto": "allElements",
"computed": "computedColor",
"order": "uniqueOrder",
"status": "nonstandard",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke-color"
},
"-webkit-text-stroke-width": {
Expand All @@ -1652,7 +1652,7 @@
"appliesto": "allElements",
"computed": "absoluteLength",
"order": "uniqueOrder",
"status": "nonstandard",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke-width"
},
"-webkit-touch-callout": {
Expand Down Expand Up @@ -2080,7 +2080,7 @@
"appliesto": "allElements",
"computed": "asSpecified",
"order": "perGrammar",
"status": "experimental",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/appearance"
},
"aspect-ratio": {
Expand All @@ -2096,7 +2096,7 @@
"appliesto": "allElementsExceptInlineBoxesAndInternalRubyOrTableBoxes",
"computed": "asSpecified",
"order": "perGrammar",
"status": "experimental",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/aspect-ratio"
},
"azimuth": {
Expand Down Expand Up @@ -2365,7 +2365,7 @@
"::first-line",
"::placeholder"
],
"status": "experimental",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/background-position-x"
},
"background-position-y": {
Expand All @@ -2386,7 +2386,7 @@
"::first-line",
"::placeholder"
],
"status": "experimental",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/background-position-y"
},
"background-repeat": {
Expand Down Expand Up @@ -4087,7 +4087,7 @@
"appliesto": "absolutelyPositionedElements",
"computed": "autoOrRectangle",
"order": "uniqueOrder",
"status": "standard",
"status": "obsolete",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/clip"
},
"clip-path": {
Expand Down Expand Up @@ -4745,7 +4745,7 @@
"appliesto": "elementsWithDefaultPreferredSize",
"computed": "asSpecified",
"order": "perGrammar",
"status": "standard",
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/field-sizing"
},
"fill": {
Expand Down Expand Up @@ -5563,7 +5563,7 @@
"appliesto": "allElementsAndText",
"computed": "asSpecified",
"order": "perGrammar",
"status": "experimental",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/forced-color-adjust"
},
"gap": {
Expand Down Expand Up @@ -6120,7 +6120,7 @@
"appliesto": "firstLetterPseudoElementsAndInlineLevelFirstChildren",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "experimental",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/initial-letter"
},
"initial-letter-align": {
Expand Down Expand Up @@ -6317,7 +6317,7 @@
"appliesto": "allElements",
"computed": "asSpecified",
"order": "perGrammar",
"status": "standard",
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/interpolate-size"
},
"isolation": {
Expand Down Expand Up @@ -6465,7 +6465,7 @@
"appliesto": "blockContainersExceptMultiColumnContainers",
"computed": "asSpecified",
"order": "perGrammar",
"status": "experimental"
"status": "standard"
},
"line-height": {
"syntax": "normal | <number> | <length> | <percentage>",
Expand Down Expand Up @@ -7252,7 +7252,7 @@
"appliesto": "allElements",
"computed": "asSpecified",
"order": "perGrammar",
"status": "standard",
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/math-shift"
},
"math-style": {
Expand Down Expand Up @@ -7564,7 +7564,7 @@
"appliesto": "transformableElements",
"computed": "forLengthAbsoluteValueOtherwisePercentage",
"order": "perGrammar",
"status": "experimental",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/offset-position"
},
"offset-rotate": {
Expand Down Expand Up @@ -8659,7 +8659,7 @@
"appliesto": "rubyBasesAnnotationsBaseAnnotationContainers",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "experimental",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ruby-align"
},
"ruby-merge": {
Expand Down Expand Up @@ -8690,7 +8690,7 @@
"appliesto": "rubyAnnotationsContainers",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "experimental",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ruby-position"
},
"rx": {
Expand Down Expand Up @@ -10337,7 +10337,7 @@
"appliesto": "allElements",
"computed": "asSpecified",
"order": "perGrammar",
"status": "experimental",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transition-behavior"
},
"transition-delay": {
Expand Down Expand Up @@ -10576,7 +10576,7 @@
"appliesto": "allElements",
"computed": "asSpecified",
"order": "perGrammar",
"status": "experimental",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/view-transition-name"
},
"visibility": {
Expand Down

0 comments on commit 06fa694

Please sign in to comment.