Skip to content

Commit

Permalink
[css-overflow-3] Clarify relationship of block overflow ellipsis to b…
Browse files Browse the repository at this point in the history
…lock container.
  • Loading branch information
fantasai committed Mar 8, 2018
1 parent 3ecc05d commit 358ca8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css-overflow-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -635,9 +635,9 @@ Indicating Block-Axis Overflow: the 'block-overflow' property</h2>
the <a>block overflow ellipsis</a>
is wrapped in an anonymous inline
and placed at the end of the line box
as a direct child of its containing block,
effectively shortening the line box
from the perspective of the remaining contents of the line.
as a direct child of the <a>block container</a>’s <a>root inline box</a>,
reducing the space in the line box
available to the other contents of the line.
This inline is assigned ''unicode-bidi: plaintext''
and is placed in the line box after the last
<a>soft wrap opportunity</a> [[!CSS-TEXT-3]]
Expand Down

0 comments on commit 358ca8c

Please sign in to comment.