diff --git a/features/text-combine-upright.yml b/features/text-combine-upright.yml new file mode 100644 index 00000000000..f22a8658ac4 --- /dev/null +++ b/features/text-combine-upright.yml @@ -0,0 +1,6 @@ +name: text-combine-upright +description: The `text-combine-upright` CSS property displays multiple characters in the space of a single character in vertical text. This is used in East Asian documents to display Latin-based strings such as components of a date or letters of an initialism. +spec: https://drafts.csswg.org/css-writing-modes-4/#text-combine-upright +group: text +compat_features: + - css.properties.text-combine-upright diff --git a/features/text-combine-upright.yml.dist b/features/text-combine-upright.yml.dist new file mode 100644 index 00000000000..70c81a836a2 --- /dev/null +++ b/features/text-combine-upright.yml.dist @@ -0,0 +1,17 @@ +# Generated from: text-combine-upright.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: high + baseline_low_date: 2022-03-14 + baseline_high_date: 2024-09-14 + support: + chrome: "48" + chrome_android: "48" + edge: "79" + firefox: "48" + firefox_android: "48" + safari: "15.4" + safari_ios: "15.4" +compat_features: + - css.properties.text-combine-upright diff --git a/features/text-orientation.yml b/features/text-orientation.yml new file mode 100644 index 00000000000..b3fd8218a14 --- /dev/null +++ b/features/text-orientation.yml @@ -0,0 +1,12 @@ +name: text-orientation +description: The `text-orientation` CSS property sets the how text is typeset within a line when the writing mode is vertical. +spec: https://drafts.csswg.org/css-writing-modes-4/#text-orientation +caniuse: css-text-orientation +group: text +status: + compute_from: css.properties.text-orientation +compat_features: + - css.properties.text-orientation + - css.properties.text-orientation.mixed + - css.properties.text-orientation.sideways + - css.properties.text-orientation.upright diff --git a/features/text-orientation.yml.dist b/features/text-orientation.yml.dist new file mode 100644 index 00000000000..3f059bc2d43 --- /dev/null +++ b/features/text-orientation.yml.dist @@ -0,0 +1,56 @@ +# Generated from: text-orientation.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: high + baseline_low_date: 2020-09-16 + baseline_high_date: 2023-03-16 + support: + chrome: "48" + chrome_android: "48" + edge: "79" + firefox: "41" + firefox_android: "41" + safari: "14" + safari_ios: "14" +compat_features: + # ⬇️ Same status as overall feature ⬇️ + # baseline: high + # baseline_low_date: 2020-09-16 + # baseline_high_date: 2023-03-16 + # support: + # chrome: "48" + # chrome_android: "48" + # edge: "79" + # firefox: "41" + # firefox_android: "41" + # safari: "14" + # safari_ios: "14" + - css.properties.text-orientation + + # baseline: high + # baseline_low_date: 2020-09-16 + # baseline_high_date: 2023-03-16 + # support: + # chrome: "48" + # chrome_android: "48" + # edge: "79" + # firefox: ≤44 + # firefox_android: "44" + # safari: "14" + # safari_ios: "14" + - css.properties.text-orientation.sideways + + # baseline: high + # baseline_low_date: 2020-09-16 + # baseline_high_date: 2023-03-16 + # support: + # chrome: ≤83 + # chrome_android: "83" + # edge: "83" + # firefox: ≤72 + # firefox_android: "79" + # safari: "14" + # safari_ios: "14" + - css.properties.text-orientation.mixed + - css.properties.text-orientation.upright