Skip to content

Commit 3f31156

Browse files
committedMar 24, 2025
[css-writing-modes] Clarify that text-orientation applies to text #9788
1 parent 4bfbc1e commit 3f31156

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed
 

‎css-writing-modes-3/Overview.bs

+4-3
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ Orienting Text: the 'text-orientation' property</h3>
12241224
Name: text-orientation
12251225
Value: mixed | upright | sideways
12261226
Initial: mixed
1227-
Applies to: all elements except table row groups, rows, column groups, and columns
1227+
Applies to: all elements except table row groups, rows, column groups, and columns; and text
12281228
Inherited: yes
12291229
Percentages: n/a
12301230
Computed value: specified value
@@ -2547,9 +2547,10 @@ Security Considerations {#sec}
25472547
2019 CSS Writing Modes Module Level 4 Recommendation</a></h3>
25482548

25492549
<ul class="informative">
2550-
<li>Specified that a ''display: none'' <{body}> element does not influence the [=principal writing mode=].
2550+
<li>Clarified that a ''display: none'' <{body}> element does not influence the [=principal writing mode=].
25512551
(<a href="https://github.com/w3c/csswg-drafts/issues/3779">Issue 3779</a>)
2552-
<li>Updated “Applies to” line for 'text-combine-upright' to mention text
2552+
<li>Updated “Applies to” line for the 'text-orientation' and 'text-combine-upright' properties
2553+
to clarify that they apply to text
25532554
(since certain effects like ''display: contents'' can strip the box itself).
25542555
<li>
25552556
Clarified that the [=central baseline=] is the [=ideographic central baseline=].

‎css-writing-modes-4/Overview.bs

+6-1
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,7 @@ Orienting Text: the 'text-orientation' property</h3>
12991299
Name: text-orientation
13001300
Value: mixed | upright | sideways
13011301
Initial: mixed
1302-
Applies to: all elements except table row groups, rows, column groups, and columns
1302+
Applies to: all elements except table row groups, rows, column groups, and columns; and text
13031303
Inherited: yes
13041304
Percentages: n/a
13051305
Computed value: specified value
@@ -2839,6 +2839,11 @@ Changes since the <a href="https://www.w3.org/TR/2019/CR-css-writing-modes-4-201
28392839
<li>
28402840
Clarified that the [=central baseline=] is the [=ideographic central baseline=].
28412841
(<a href="https://github.com/w3c/csswg-drafts/issues/5177">Issue 5177</a>)
2842+
<li>
2843+
Updated “Computed Value” line for 'text-orientation' and 'text-combine-upright'
2844+
to clarify that they apply to text.
2845+
(<a href="https://github.com/w3c/csswg-drafts/issues/5303">Issue 5303</a>,
2846+
<a href="https://github.com/w3c/csswg-drafts/issues/9788">Issue 9788</a>)
28422847
<li>
28432848
Reshuffled text in the [[#intro]] and improved cross-linking.
28442849
</ul>

0 commit comments

Comments
 (0)
Failed to load comments.