Skip to content

Commit 72925d1

Browse files
authored
Add text-orientation and text-combine-upright (#2081)
1 parent 5700ae2 commit 72925d1

File tree

4 files changed

+91
-0
lines changed

4 files changed

+91
-0
lines changed

features/text-combine-upright.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: text-combine-upright
2+
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.
3+
spec: https://drafts.csswg.org/css-writing-modes-4/#text-combine-upright
4+
group: text
5+
compat_features:
6+
- css.properties.text-combine-upright
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Generated from: text-combine-upright.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: high
6+
baseline_low_date: 2022-03-14
7+
baseline_high_date: 2024-09-14
8+
support:
9+
chrome: "48"
10+
chrome_android: "48"
11+
edge: "79"
12+
firefox: "48"
13+
firefox_android: "48"
14+
safari: "15.4"
15+
safari_ios: "15.4"
16+
compat_features:
17+
- css.properties.text-combine-upright

features/text-orientation.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: text-orientation
2+
description: The `text-orientation` CSS property sets the how text is typeset within a line when the writing mode is vertical.
3+
spec: https://drafts.csswg.org/css-writing-modes-4/#text-orientation
4+
caniuse: css-text-orientation
5+
group: text
6+
status:
7+
compute_from: css.properties.text-orientation
8+
compat_features:
9+
- css.properties.text-orientation
10+
- css.properties.text-orientation.mixed
11+
- css.properties.text-orientation.sideways
12+
- css.properties.text-orientation.upright

features/text-orientation.yml.dist

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Generated from: text-orientation.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: high
6+
baseline_low_date: 2020-09-16
7+
baseline_high_date: 2023-03-16
8+
support:
9+
chrome: "48"
10+
chrome_android: "48"
11+
edge: "79"
12+
firefox: "41"
13+
firefox_android: "41"
14+
safari: "14"
15+
safari_ios: "14"
16+
compat_features:
17+
# ⬇️ Same status as overall feature ⬇️
18+
# baseline: high
19+
# baseline_low_date: 2020-09-16
20+
# baseline_high_date: 2023-03-16
21+
# support:
22+
# chrome: "48"
23+
# chrome_android: "48"
24+
# edge: "79"
25+
# firefox: "41"
26+
# firefox_android: "41"
27+
# safari: "14"
28+
# safari_ios: "14"
29+
- css.properties.text-orientation
30+
31+
# baseline: high
32+
# baseline_low_date: 2020-09-16
33+
# baseline_high_date: 2023-03-16
34+
# support:
35+
# chrome: "48"
36+
# chrome_android: "48"
37+
# edge: "79"
38+
# firefox: ≤44
39+
# firefox_android: "44"
40+
# safari: "14"
41+
# safari_ios: "14"
42+
- css.properties.text-orientation.sideways
43+
44+
# baseline: high
45+
# baseline_low_date: 2020-09-16
46+
# baseline_high_date: 2023-03-16
47+
# support:
48+
# chrome: ≤83
49+
# chrome_android: "83"
50+
# edge: "83"
51+
# firefox: ≤72
52+
# firefox_android: "79"
53+
# safari: "14"
54+
# safari_ios: "14"
55+
- css.properties.text-orientation.mixed
56+
- css.properties.text-orientation.upright

0 commit comments

Comments
 (0)