Skip to content

Commit 31d9eaa

Browse files
Add field-sizing property
1 parent 0a7a193 commit 31d9eaa

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

css/properties.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4605,6 +4605,19 @@
46054605
"status": "standard",
46064606
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/empty-cells"
46074607
},
4608+
"field-sizing": {
4609+
"syntax": "content | fixed",
4610+
"media": "visual",
4611+
"inherited": false,
4612+
"animationType": "discrete",
4613+
"percentages": "no",
4614+
"initial": "normal",
4615+
"appliesto": "textFields",
4616+
"computed": "asSpecified",
4617+
"order": "perGrammar",
4618+
"status": "standard",
4619+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/field-sizing"
4620+
},
46084621
"filter": {
46094622
"syntax": "none | <filter-function-list>",
46104623
"media": "visual",

0 commit comments

Comments
 (0)