Skip to content

Commit

Permalink
Add text-spacing-trim property (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdavidmills authored Jun 28, 2024
1 parent 946c423 commit bb0a599
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -9592,6 +9592,22 @@
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-size-adjust"
},
"text-spacing-trim": {
"syntax": "space-all | normal | space-first | trim-start | trim-both | trim-all | auto",
"media": "visual",
"inherited": true,
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Text"
],
"initial": "normal",
"appliesto": "textElements",
"computed": "asSpecified",
"order": "perGrammar",
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-spacing-trim"
},
"text-transform": {
"syntax": "none | capitalize | uppercase | lowercase | full-width | full-size-kana",
"media": "visual",
Expand Down

0 comments on commit bb0a599

Please sign in to comment.