Skip to content

Commit 16aa66d

Browse files
Update draft features (#2736)
Co-authored-by: captainbrosset <[email protected]>
1 parent f7d6c0d commit 16aa66d

File tree

2 files changed

+25
-28
lines changed

2 files changed

+25
-28
lines changed

features/draft/spec/css-fonts-5.yml

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
1-
draft_date: 2025-02-26
1+
draft_date: 2025-03-03
22
name: CSS Fonts Module Level 5
33
description: TODO
44
spec: https://drafts.csswg.org/css-fonts-5/
55
compat_features:
6-
- css.properties.font-width
7-
- css.properties.font-width.condensed
8-
- css.properties.font-width.expanded
9-
- css.properties.font-width.extra-condensed
10-
- css.properties.font-width.extra-expanded
11-
- css.properties.font-width.normal
12-
- css.properties.font-width.semi-condensed
13-
- css.properties.font-width.semi-expanded
14-
- css.properties.font-width.ultra-condensed
15-
- css.properties.font-width.ultra-expanded
6+
- css.properties.font.font-width_keyword_values
167

178
# The following features in the spec are already part of web-features:
189
# - @font-face:
@@ -95,11 +86,6 @@ compat_features:
9586
# - css.at-rules.font-face.font-feature-settings
9687
# - css.properties.font-feature-settings
9788
# - css.properties.font-feature-settings.normal
98-
# - font-stretch:
99-
# - css.at-rules.font-face.font-stretch
100-
# - css.properties.font-stretch
101-
# - css.properties.font-stretch.percentage
102-
# - svg.global_attributes.font-stretch
10389
# - font-style:
10490
# - css.at-rules.font-face.font-style
10591
# - css.properties.font-style
@@ -253,3 +239,14 @@ compat_features:
253239
# - css.properties.font-variant-position.normal
254240
# - css.properties.font-variant-position.sub
255241
# - css.properties.font-variant-position.super
242+
# - font-width:
243+
# - css.properties.font-width
244+
# - css.properties.font-width.condensed
245+
# - css.properties.font-width.expanded
246+
# - css.properties.font-width.extra-condensed
247+
# - css.properties.font-width.extra-expanded
248+
# - css.properties.font-width.normal
249+
# - css.properties.font-width.semi-condensed
250+
# - css.properties.font-width.semi-expanded
251+
# - css.properties.font-width.ultra-condensed
252+
# - css.properties.font-width.ultra-expanded

features/draft/spec/css-fonts-5.yml.dist

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
# Do not edit this file by hand. Edit the source file instead!
33

44
status:
5-
baseline: false
6-
support: {}
5+
baseline: high
6+
baseline_low_date: 2020-01-15
7+
baseline_high_date: 2022-07-15
8+
support:
9+
chrome: "60"
10+
chrome_android: "60"
11+
edge: "79"
12+
firefox: "43"
13+
firefox_android: "43"
14+
safari: "11"
15+
safari_ios: "11"
716
compat_features:
8-
- css.properties.font-width
9-
- css.properties.font-width.condensed
10-
- css.properties.font-width.expanded
11-
- css.properties.font-width.extra-condensed
12-
- css.properties.font-width.extra-expanded
13-
- css.properties.font-width.normal
14-
- css.properties.font-width.semi-condensed
15-
- css.properties.font-width.semi-expanded
16-
- css.properties.font-width.ultra-condensed
17-
- css.properties.font-width.ultra-expanded
17+
- css.properties.font.font-width_keyword_values

0 commit comments

Comments
 (0)