Skip to content

Commit ed1085c

Browse files
committed
Add font-size-adjust.dist.yml
1 parent e8902fd commit ed1085c

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Generated from: font-size-adjust.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
name: font-size-adjust
5+
description: The `font-size-adjust` CSS property preserves apparent text size, regardless of the font used, by scaling fonts to the same size with respect to a specific metric, such as x-height. This can help make fallback fonts look the same size.
6+
spec: https://drafts.csswg.org/css-fonts-5/#font-size-adjust-prop
7+
caniuse: font-size-adjust
8+
status:
9+
baseline: false
10+
support:
11+
firefox: "3"
12+
firefox_android: "4"
13+
safari: "16.4"
14+
safari_ios: "16.4"
15+
compat_features:
16+
- css.properties.font-size-adjust
17+
# TODO: include after https://github.com/mdn/browser-compat-data/pull/22936
18+
# - css.properties.font-size-adjust.from-font
19+
# - css.properties.font-size-adjust.none
20+
# - css.properties.font-size-adjust.two-values

feature-group-definitions/font-size-adjust.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ spec: https://drafts.csswg.org/css-fonts-5/#font-size-adjust-prop
44
caniuse: font-size-adjust
55
compat_features:
66
- css.properties.font-size-adjust
7-
- css.properties.font-size-adjust.from-font
8-
- css.properties.font-size-adjust.none
9-
- css.properties.font-size-adjust.two-values
7+
# TODO: include after https://github.com/mdn/browser-compat-data/pull/22936
8+
# - css.properties.font-size-adjust.from-font
9+
# - css.properties.font-size-adjust.none
10+
# - css.properties.font-size-adjust.two-values

0 commit comments

Comments
 (0)