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: 7 additions & 3 deletions css-overflow-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -473,11 +473,12 @@ ellipsing details</h3>
For bidi purposes, the ellipsis and string values must be treated
as if they were wrapped in an anonymous inline
with ''unicode-bidi: isolate''
which inherits ''direction'' from the block.
and with ''direction'' set to the [=bidi paragraph=]'s base directionality.

<wpt pathprefix="/css/css-ui/">
text-overflow-string-006.html
text-overflow-string-007.html
text-overflow-string-008.html

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I just added this one in web-platform-tests/wpt#60367.

</wpt>
</ul>

Expand Down Expand Up @@ -884,8 +885,11 @@ Indicating Block-Axis Overflow: the 'block-ellipsis' property</h3>
* The [=block overflow ellipsis=]
is wrapped in an anonymous inline
whose parent is the [=block container=]’s [=root inline box=].
This inline is assigned ''unicode-bidi: isolate''
and ''line-height: 0''.
This inline is assigned
''line-height: 0'',
''unicode-bidi: isolate'',
and a value of 'direction' corresponding
to the [=bidi paragraph=]'s base directionality.

<wpt>
block-ellipsis-002.html
Expand Down