@@ -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>
0 commit comments