Skip to content

Commit

Permalink
Update syntax for text-transform:math-auto
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Jan 12, 2025
1 parent 3fe902e commit 5482644
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -10121,13 +10121,14 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-spacing-trim"
},
"text-transform": {
"syntax": "none | capitalize | uppercase | lowercase | full-width | full-size-kana",
"syntax": "none | capitalize | uppercase | lowercase | full-width | full-size-kana | math-auto",
"media": "visual",
"inherited": true,
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Text"
"CSS Text",
"MathML"
],
"initial": "none",
"appliesto": "allElements",
Expand Down

0 comments on commit 5482644

Please sign in to comment.