Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions features/font-optical-sizing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ name: font-optical-sizing
description: The `font-optical-sizing` CSS property sets whether text rendering is optimized for viewing at different sizes.
spec: https://drafts.csswg.org/css-fonts-4/#font-optical-sizing-def
group: fonts
compat_features:
- css.properties.font-optical-sizing
- css.properties.font-optical-sizing.auto
- css.properties.font-optical-sizing.none
40 changes: 33 additions & 7 deletions features/font-optical-sizing.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,41 @@

status:
baseline: high
baseline_low_date: 2019-12-17
baseline_high_date: 2022-06-17
baseline_low_date: 2020-07-28
baseline_high_date: 2023-01-28
support:
chrome: "79"
chrome_android: "79"
edge: "17"
firefox: "62"
firefox_android: "62"
safari: "11"
safari_ios: "11"
edge: "79"
firefox: ≤72
firefox_android: "79"
safari: ≤13.1
safari_ios: ≤13.4
compat_features:
# baseline: high
# baseline_low_date: 2019-12-17
# baseline_high_date: 2022-06-17
# support:
# chrome: "79"
# chrome_android: "79"
# edge: "17"
# firefox: "62"
# firefox_android: "62"
# safari: "11"
# safari_ios: "11"
- css.properties.font-optical-sizing

# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2020-07-28
# baseline_high_date: 2023-01-28
# support:
# chrome: "79"
# chrome_android: "79"
# edge: "79"
# firefox: ≤72
# firefox_android: "79"
# safari: ≤13.1
# safari_ios: ≤13.4
- css.properties.font-optical-sizing.auto
- css.properties.font-optical-sizing.none