Skip to content

Commit 4866a9d

Browse files
feat(css): Update syntax for font-size (#945)
feat(css): Fix syntax for `font-size`
1 parent d473c4f commit 4866a9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css/properties.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5124,18 +5124,18 @@
51245124
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-palette"
51255125
},
51265126
"font-size": {
5127-
"syntax": "<absolute-size> | <relative-size> | <length-percentage>",
5127+
"syntax": "<absolute-size> | <relative-size> | <length-percentage [0,∞]> | math",
51285128
"media": "visual",
51295129
"inherited": true,
5130-
"animationType": "length",
5130+
"animationType": "byComputedValueType",
51315131
"percentages": "referToParentElementsFontSize",
51325132
"groups": [
51335133
"CSS Fonts"
51345134
],
51355135
"initial": "medium",
51365136
"appliesto": "allElementsAndText",
5137-
"computed": "asSpecifiedRelativeToAbsoluteLengths",
5138-
"order": "uniqueOrder",
5137+
"computed": "absoluteLength",
5138+
"order": "perGrammar",
51395139
"alsoAppliesTo": [
51405140
"::first-letter",
51415141
"::first-line",

0 commit comments

Comments
 (0)