Skip to content

Commit 0b31fa9

Browse files
committed
[css-writing-modes-3] Update text-combine-upright to say that it applies to text. #5303
1 parent 39ded77 commit 0b31fa9

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

css-writing-modes-3/Overview.bs

+11-2
Original file line numberDiff line numberDiff line change
@@ -2332,7 +2332,7 @@ Horizontal-in-Vertical Composition: the 'text-combine-upright' property</h3>
23322332
Name: text-combine-upright
23332333
Value: none | all
23342334
Initial: none
2335-
Applies to: non-replaced inline elements
2335+
Applies to: [=inline elements=] and text
23362336
Inherited: yes
23372337
Percentages: n/a
23382338
Computed value: specified keyword
@@ -2352,7 +2352,7 @@ Horizontal-in-Vertical Composition: the 'text-combine-upright' property</h3>
23522352

23532353
<dt><dfn value for=text-combine-upright>all</dfn>
23542354
<dd>Attempt to typeset horizontally
2355-
all consecutive <a>typographic character units</a> within the box
2355+
all consecutive <a>typographic character units</a> within the box or text run
23562356
such that they take up the space of a single <a>typographic character unit</a>
23572357
within the vertical line box.
23582358
</dl>
@@ -2506,6 +2506,15 @@ Privacy and Security Considerations {#priv-sec}
25062506

25072507
<h2 class="no-num" id="changes">Changes</h2>
25082508

2509+
<h3 class="no-num" id="changes-2019">
2510+
Changes since the <a href="https://www.w3.org/TR/2019/REC-css-writing-modes-3-20191210/">December
2511+
2019 CSS Writing Modes Module Level 4 Recommendation</a></h3>
2512+
2513+
<ul class="informative">
2514+
<li>Updated “Applies to” line for 'text-combine-upright' to mention text
2515+
(since certain effects like ''display: contents'' can strip the box itself).
2516+
</ul>
2517+
25092518
<h3 class="no-num" id="changes-20190903">
25102519
Changes since the <a href="https://www.w3.org/TR/2019/CR-css-writing-modes-3-20190903">September
25112520
2019 CSS Writing Modes Module Level 3 Candidate Recommendation</a></h3>

css-writing-modes-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2557,7 +2557,7 @@ Horizontal-in-Vertical Composition: the 'text-combine-upright' property</h3>
25572557

25582558
<dt><dfn value for=text-combine-upright>all</dfn>
25592559
<dd>Attempt to typeset horizontally
2560-
all consecutive <a>typographic character units</a> within the box
2560+
all consecutive <a>typographic character units</a> within the box and text run
25612561
such that they take up the space of a single <a>typographic character unit</a>
25622562
within the vertical line box.
25632563
<dt><dfn value for=text-combine-upright>digits <<integer>>?</dfn>

0 commit comments

Comments
 (0)