Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions css-writing-modes-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2700,8 +2700,10 @@ Layout Rules</h4>
<p>When combining text as for ''text-combine-upright: all'',
the glyphs of the combined text are <a>bidi-isolated</a>
and composed horizontally
(ignoring 'letter-spacing' and any forced line breaks,
but using the specified font settings),
(ignoring 'letter-spacing', 'word-spacing', and any forced line breaks,
but using the specified font settings,
and treating 'text-autospace' as if its used value was ''no-autospace'',
and 'text-spacing-trim' as if its used value was ''trim-all''),
similar to the contents of an ''inline-block'' box
with a [=horizontal writing mode=] and a 'line-height' of ''1em''.
Any [=document white space=] included at the start/end of the combined text
Expand Down Expand Up @@ -2841,6 +2843,10 @@ Changes since the <a href="https://www.w3.org/TR/2019/CR-css-writing-modes-4-201
(<a href="https://github.com/w3c/csswg-drafts/issues/5177">Issue 5177</a>)
<li>
Reshuffled text in the [[#intro]] and improved cross-linking.
<li>
Defined the interraction of 'text-combine-horizontal'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

text-combine-upright ?

with 'word-spacing', 'text-autospace', and 'text-spacing-trim'.
(<a href="https://github.com/w3c/csswg-drafts/issues/9423">Issue 9423</a>)
</ul>

<h3 class="no-num" id="changes-201805">
Expand Down