1- draft_date : 2024-10-23
1+ draft_date : 2024-11-13
22name : CSS Fonts Module Level 5
33description : TODO
44spec : https://drafts.csswg.org/css-fonts-5/
55compat_features :
6- - css.at-rules.font-face.OpenType_CBDT_CBLC
7- - css.at-rules.font-face.OpenType_COLRv0
8- - css.at-rules.font-face.OpenType_SBIX
9- - css.at-rules.font-face.src.drop_invalid_item
10- - css.at-rules.font-face.src.format_keyword
11- - css.at-rules.font-face.src.tech_keyword
12- - css.properties.font-synthesis.position
13- - css.properties.font-synthesis.small-caps
14- - css.properties.font-synthesis.style
15- - css.properties.font-synthesis.weight
166 - css.properties.font-variant-emoji.emoji
177 - css.properties.font-variant-emoji.normal
188 - css.properties.font-variant-emoji.text
199 - css.properties.font-variant-emoji.unicode
20- - css.properties.font-variant.css_fonts_shorthand
21- - css.properties.font-variant.greek_accented_characters
22- - css.properties.font-variant.uppercase_eszett
23- - css.properties.font.caption
24- - css.properties.font.font_stretch_support
25- - css.properties.font.icon
26- - css.properties.font.menu
27- - css.properties.font.message-box
28- - css.properties.font.small-caption
29- - css.properties.font.status-bar
3010
3111# The following features in the spec are already part of web-features:
3212# - @font-face:
3313# - api.CSSFontFaceRule
3414# - api.CSSFontFaceRule.style
3515# - css.at-rules.font-face
16+ # - css.at-rules.font-face.OpenType_CBDT_CBLC
17+ # - css.at-rules.font-face.OpenType_SBIX
3618# - css.at-rules.font-face.font-family
3719# - css.at-rules.font-face.src
20+ # - css.at-rules.font-face.src.drop_invalid_item
21+ # - css.at-rules.font-face.src.format_keyword
22+ # - css.at-rules.font-face.src.tech_keyword
3823# - css.at-rules.font-face.unicode-range
3924# - font-variant-alternates:
4025# - api.CSSFontFeatureValuesMap
@@ -88,6 +73,8 @@ compat_features:
8873# - css.properties.font-palette.dark
8974# - css.properties.font-palette.light
9075# - css.properties.font-palette.normal
76+ # - COLRv0:
77+ # - css.at-rules.font-face.OpenType_COLRv0
9178# - COLRv1:
9279# - css.at-rules.font-face.OpenType_COLRv1
9380# - SVG:
@@ -104,6 +91,7 @@ compat_features:
10491# - css.properties.font-feature-settings.normal
10592# - font-stretch:
10693# - css.at-rules.font-face.font-stretch
94+ # - css.properties.font.font_stretch_support
10795# - css.properties.font-stretch
10896# - css.properties.font-stretch.percentage
10997# - svg.global_attributes.font-stretch
@@ -117,12 +105,15 @@ compat_features:
117105# - font-variant:
118106# - css.at-rules.font-face.font-variant
119107# - css.properties.font-variant
108+ # - css.properties.font-variant.css_fonts_shorthand
109+ # - css.properties.font-variant.greek_accented_characters
120110# - css.properties.font-variant.historical-forms
121111# - css.properties.font-variant.none
122112# - css.properties.font-variant.normal
123113# - css.properties.font-variant.sub
124114# - css.properties.font-variant.super
125115# - css.properties.font-variant.turkic_is
116+ # - css.properties.font-variant.uppercase_eszett
126117# - svg.global_attributes.font-variant
127118# - font-variation-settings:
128119# - css.at-rules.font-face.font-variation-settings
@@ -145,6 +136,12 @@ compat_features:
145136# - svg.global_attributes.font-size-adjust
146137# - Font shorthand:
147138# - css.properties.font
139+ # - css.properties.font.caption
140+ # - css.properties.font.icon
141+ # - css.properties.font.menu
142+ # - css.properties.font.message-box
143+ # - css.properties.font.small-caption
144+ # - css.properties.font.status-bar
148145# - font-family:
149146# - css.properties.font-family
150147# - svg.global_attributes.font-family
@@ -172,6 +169,10 @@ compat_features:
172169# - css.properties.font-size.math
173170# - font-synthesis:
174171# - css.properties.font-synthesis
172+ # - css.properties.font-synthesis.position
173+ # - css.properties.font-synthesis.small-caps
174+ # - css.properties.font-synthesis.style
175+ # - css.properties.font-synthesis.weight
175176# - font-synthesis-position:
176177# - css.properties.font-synthesis-position
177178# - css.properties.font-synthesis-position.auto
0 commit comments