2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -1224,7 +1224,7 @@ Orienting Text: the 'text-orientation' property</h3>
1224
1224
Name : text-orientation
1225
1225
Value : mixed | upright | sideways
1226
1226
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
1228
1228
Inherited : yes
1229
1229
Percentages : n/a
1230
1230
Computed value : specified value
@@ -2547,9 +2547,10 @@ Security Considerations {#sec}
2547
2547
2019 CSS Writing Modes Module Level 4 Recommendation</a></h3>
2548
2548
2549
2549
<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=] .
2551
2551
(<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
2553
2554
(since certain effects like ''display: contents'' can strip the box itself).
2554
2555
<li>
2555
2556
Clarified that the [=central baseline=] is the [=ideographic central baseline=] .
Original file line number Diff line number Diff line change @@ -1299,7 +1299,7 @@ Orienting Text: the 'text-orientation' property</h3>
1299
1299
Name : text-orientation
1300
1300
Value : mixed | upright | sideways
1301
1301
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
1303
1303
Inherited : yes
1304
1304
Percentages : n/a
1305
1305
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
2839
2839
<li>
2840
2840
Clarified that the [=central baseline=] is the [=ideographic central baseline=] .
2841
2841
(<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> )
2842
2847
<li>
2843
2848
Reshuffled text in the [[#intro]] and improved cross-linking.
2844
2849
</ul>
0 commit comments