Skip to content

Commit

Permalink
Update draft features (#2736)
Browse files Browse the repository at this point in the history
Co-authored-by: captainbrosset <1152698+captainbrosset@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and captainbrosset authored Mar 3, 2025
1 parent f7d6c0d commit 16aa66d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 28 deletions.
29 changes: 13 additions & 16 deletions features/draft/spec/css-fonts-5.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
draft_date: 2025-02-26
draft_date: 2025-03-03
name: CSS Fonts Module Level 5
description: TODO
spec: https://drafts.csswg.org/css-fonts-5/
compat_features:
- css.properties.font-width
- css.properties.font-width.condensed
- css.properties.font-width.expanded
- css.properties.font-width.extra-condensed
- css.properties.font-width.extra-expanded
- css.properties.font-width.normal
- css.properties.font-width.semi-condensed
- css.properties.font-width.semi-expanded
- css.properties.font-width.ultra-condensed
- css.properties.font-width.ultra-expanded
- css.properties.font.font-width_keyword_values

# The following features in the spec are already part of web-features:
# - @font-face:
Expand Down Expand Up @@ -95,11 +86,6 @@ compat_features:
# - css.at-rules.font-face.font-feature-settings
# - css.properties.font-feature-settings
# - css.properties.font-feature-settings.normal
# - font-stretch:
# - css.at-rules.font-face.font-stretch
# - css.properties.font-stretch
# - css.properties.font-stretch.percentage
# - svg.global_attributes.font-stretch
# - font-style:
# - css.at-rules.font-face.font-style
# - css.properties.font-style
Expand Down Expand Up @@ -253,3 +239,14 @@ compat_features:
# - css.properties.font-variant-position.normal
# - css.properties.font-variant-position.sub
# - css.properties.font-variant-position.super
# - font-width:
# - css.properties.font-width
# - css.properties.font-width.condensed
# - css.properties.font-width.expanded
# - css.properties.font-width.extra-condensed
# - css.properties.font-width.extra-expanded
# - css.properties.font-width.normal
# - css.properties.font-width.semi-condensed
# - css.properties.font-width.semi-expanded
# - css.properties.font-width.ultra-condensed
# - css.properties.font-width.ultra-expanded
24 changes: 12 additions & 12 deletions features/draft/spec/css-fonts-5.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support: {}
baseline: high
baseline_low_date: 2020-01-15
baseline_high_date: 2022-07-15
support:
chrome: "60"
chrome_android: "60"
edge: "79"
firefox: "43"
firefox_android: "43"
safari: "11"
safari_ios: "11"
compat_features:
- css.properties.font-width
- css.properties.font-width.condensed
- css.properties.font-width.expanded
- css.properties.font-width.extra-condensed
- css.properties.font-width.extra-expanded
- css.properties.font-width.normal
- css.properties.font-width.semi-condensed
- css.properties.font-width.semi-expanded
- css.properties.font-width.ultra-condensed
- css.properties.font-width.ultra-expanded
- css.properties.font.font-width_keyword_values

0 comments on commit 16aa66d

Please sign in to comment.