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/text-combine-upright.yml
Original file line number Diff line number Diff line change
@@ -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
17 changes: 17 additions & 0 deletions features/text-combine-upright.yml.dist
Original file line number Diff line number Diff line change
@@ -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
12 changes: 12 additions & 0 deletions features/text-orientation.yml
Original file line number Diff line number Diff line change
@@ -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
56 changes: 56 additions & 0 deletions features/text-orientation.yml.dist
Original file line number Diff line number Diff line change
@@ -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