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:
|
// 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
Link to the definition in the spec
https://drafts.csswg.org/css-fonts-4/#font-size-prop
Syntax of the CSS construct
Notes
See:
webref/ed/csspatches/syntax-patches.js
Lines 167 to 173 in b338f84
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