From a76bc5cc7ef5c818507e3ae0d8502e284fbdbf90 Mon Sep 17 00:00:00 2001 From: James Stuckey Weber Date: Thu, 24 Oct 2024 15:36:08 -0400 Subject: [PATCH 1/3] Add text-orientation --- features/text-orientation.yml | 12 +++++++ features/text-orientation.yml.dist | 56 ++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 features/text-orientation.yml create mode 100644 features/text-orientation.yml.dist 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 From 347241e644c7d015d814680a842f6995c7a71918 Mon Sep 17 00:00:00 2001 From: James Stuckey Weber Date: Thu, 24 Oct 2024 15:42:10 -0400 Subject: [PATCH 2/3] Add text-combine-upright --- features/text-combine-upright.yml | 5 +++++ features/text-combine-upright.yml.dist | 17 +++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 features/text-combine-upright.yml create mode 100644 features/text-combine-upright.yml.dist diff --git a/features/text-combine-upright.yml b/features/text-combine-upright.yml new file mode 100644 index 00000000000..fe470a67cb9 --- /dev/null +++ b/features/text-combine-upright.yml @@ -0,0 +1,5 @@ +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 +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 From 083328c061dcb02e7320cacb7c0dd0e633de5986 Mon Sep 17 00:00:00 2001 From: James Stuckey Weber Date: Thu, 24 Oct 2024 15:42:53 -0400 Subject: [PATCH 3/3] Add group --- features/text-combine-upright.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/features/text-combine-upright.yml b/features/text-combine-upright.yml index fe470a67cb9..f22a8658ac4 100644 --- a/features/text-combine-upright.yml +++ b/features/text-combine-upright.yml @@ -1,5 +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