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
6 changes: 6 additions & 0 deletions features/ch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: ch unit
description: The `ch` CSS length unit is a font-relative length based on the width of the zero (0) character.
spec: https://drafts.csswg.org/css-values-4/#font-relative-lengths
group: units
compat_features:
- css.types.length.ch
17 changes: 17 additions & 0 deletions features/ch.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated from: ch.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: high
baseline_low_date: 2015-07-29
baseline_high_date: 2018-01-29
support:
chrome: "27"
chrome_android: "27"
edge: "12"
firefox: "1"
firefox_android: "4"
safari: "7"
safari_ios: "7"
compat_features:
- css.types.length.ch
6 changes: 6 additions & 0 deletions features/em-unit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: em unit
description: The `em` CSS length unit is a font-relative length equal to the specified font size. In an element with a 2 inch font, `1em` equals 2 inches.
spec: https://drafts.csswg.org/css-values-4/#font-relative-lengths
group: units
compat_features:
- css.types.length.em
17 changes: 17 additions & 0 deletions features/em-unit.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated from: em-unit.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: high
baseline_low_date: 2015-07-29
baseline_high_date: 2018-01-29
support:
chrome: "1"
chrome_android: "18"
edge: "12"
firefox: "1"
firefox_android: "4"
safari: "1"
safari_ios: "1"
compat_features:
- css.types.length.em
6 changes: 6 additions & 0 deletions features/ex.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: ex unit
description: The `ex` CSS length unit is a font-relative length equal to the used x-height of the first available font. X-height is often equal to the height of the lowercase x.
spec: https://drafts.csswg.org/css-values-4/#font-relative-lengths
group: units
compat_features:
- css.types.length.ex
17 changes: 17 additions & 0 deletions features/ex.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated from: ex.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: high
baseline_low_date: 2015-07-29
baseline_high_date: 2018-01-29
support:
chrome: "1"
chrome_android: "18"
edge: "12"
firefox: "1"
firefox_android: "4"
safari: "1"
safari_ios: "1"
compat_features:
- css.types.length.ex
6 changes: 6 additions & 0 deletions features/q-unit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: Q unit
description: The `Q` CSS length unit is an absolute length anchored to the physical measurement of quarter-millimeters. `1Q` is equivalent to 1/40 of 1 centimeter.
spec: https://drafts.csswg.org/css-values-4/#absolute-lengths
group: units
compat_features:
- css.types.length.Q
17 changes: 17 additions & 0 deletions features/q-unit.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated from: q-unit.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: high
baseline_low_date: 2020-03-24
baseline_high_date: 2022-09-24
support:
chrome: "63"
chrome_android: "63"
edge: "79"
firefox: "49"
firefox_android: "49"
safari: "13.1"
safari_ios: "13.4"
compat_features:
- css.types.length.Q
6 changes: 6 additions & 0 deletions features/rcap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: rcap unit
description: The `rcap` CSS length unit is a font-relative length equal to the value of the `cap` unit on the root element. Cap-height is approximately equal to the height of a capital Latin letter.
spec: https://drafts.csswg.org/css-values-4/#font-relative-lengths
group: units
compat_features:
- css.types.length.rcap
13 changes: 13 additions & 0 deletions features/rcap.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated from: rcap.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
chrome: "118"
chrome_android: "118"
edge: "118"
safari: "17.2"
safari_ios: "17.2"
compat_features:
- css.types.length.rcap
6 changes: 6 additions & 0 deletions features/rch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: rch unit
description: The `rch` CSS length unit is a font-relative length equal to the value of the `ch` unit on the root element. `ch` length is based on the width of the zero (0) character.
spec: https://drafts.csswg.org/css-values-4/#font-relative-lengths
group: units
compat_features:
- css.types.length.rch
13 changes: 13 additions & 0 deletions features/rch.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated from: rch.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
chrome: "111"
chrome_android: "111"
edge: "111"
safari: "17.2"
safari_ios: "17.2"
compat_features:
- css.types.length.rch
7 changes: 7 additions & 0 deletions features/rem.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: rem
description: The `rem` CSS length unit is a font-relative length that is equal to the font size of the root HTML element which for most browsers is `16px`.
spec: https://drafts.csswg.org/css-values-4/#font-relative-lengths
caniuse: rem
group: units
compat_features:
- css.types.length.rem
17 changes: 17 additions & 0 deletions features/rem.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated from: rem.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: high
baseline_low_date: 2015-07-29
baseline_high_date: 2018-01-29
support:
chrome: "4"
chrome_android: "18"
edge: "12"
firefox: "3.6"
firefox_android: "4"
safari: "5"
safari_ios: "4"
compat_features:
- css.types.length.rem
6 changes: 6 additions & 0 deletions features/rex.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: rex unit
description: The `rex` CSS length unit is a font-relative length that is equal to the x-height of the root element.
spec: https://drafts.csswg.org/css-values-4/#font-relative-lengths
group: units
compat_features:
- css.types.length.rex
13 changes: 13 additions & 0 deletions features/rex.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated from: rex.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
chrome: "111"
chrome_android: "111"
edge: "111"
safari: "17.2"
safari_ios: "17.2"
compat_features:
- css.types.length.rex
6 changes: 6 additions & 0 deletions features/ric.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: ric unit
description: The `ric` CSS length unit, or root international character, is a font-relative length equal to the width of CJK character relative to the root element.
spec: https://drafts.csswg.org/css-values-4/#font-relative-lengths
group: units
compat_features:
- css.types.length.ric
13 changes: 13 additions & 0 deletions features/ric.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated from: ric.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
chrome: "111"
chrome_android: "111"
edge: "111"
safari: "17.2"
safari_ios: "17.2"
compat_features:
- css.types.length.ric
6 changes: 6 additions & 0 deletions features/rlh.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: rlh unit
description: The `rlh` CSS length unit is a font-relative length relative to the line height of root element.
spec: https://drafts.csswg.org/css-values-4/#font-relative-lengths
group: units
compat_features:
- css.types.length.rlh
16 changes: 16 additions & 0 deletions features/rlh.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Generated from: rlh.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: low
baseline_low_date: 2023-11-21
support:
chrome: "111"
chrome_android: "111"
edge: "111"
firefox: "120"
firefox_android: "120"
safari: "16.4"
safari_ios: "16.4"
compat_features:
- css.types.length.rlh