-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Labels
Description
Link to the definition in the spec
https://drafts.csswg.org/css-fonts-4/#font-size-prop
Syntax of the CSS construct
xx-small | x-small | small | medium | large | x-large | xx-large | xxx-large
Notes
See:
webref/ed/csspatches/syntax-patches.js
Lines 167 to 173 in b338f84
| // https://drafts.csswg.org/css2/#value-def-absolute-size | |
| // https://drafts.csswg.org/css2/#value-def-relative-size | |
| // https://drafts.csswg.org/css2/#value-def-shape | |
| "CSS2": { | |
| "<absolute-size>": ` | |
| xx-small | x-small | small | medium | | |
| large | x-large | xx-large |
I wasn't sure if the patch is incorrect or if maybe the patch should have been overridden by the later definition from css-fonts-4