Skip to content

Commit 09d293f

Browse files
authored
added text-autospace property to the css properties file (#1005)
* added text-autospace property to the css properties file * removed space
1 parent a342f40 commit 09d293f

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

css/properties.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9816,6 +9816,22 @@
98169816
"status": "standard",
98179817
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-anchor"
98189818
},
9819+
"text-autospace": {
9820+
"syntax": "normal | <autospace> | auto",
9821+
"media": "visual",
9822+
"inherited": true,
9823+
"animationType": "discrete",
9824+
"percentages": "no",
9825+
"groups": [
9826+
"CSS Text"
9827+
],
9828+
"initial": "normal",
9829+
"appliesto": "textElements",
9830+
"computed": "asSpecified",
9831+
"order": "perGrammar",
9832+
"status": "standard",
9833+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-autospace"
9834+
},
98199835
"text-box": {
98209836
"syntax": "normal | <'text-box-trim'> || <'text-box-edge'>",
98219837
"media": "visual",

0 commit comments

Comments
 (0)