Skip to content

Commit bae8b16

Browse files
committed
[css-overflow] no-ellipsis and empty string have the same effect
See w3c#12416
1 parent c3c2e72 commit bae8b16

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css-overflow-4/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,9 +746,12 @@ Indicating Block-Axis Overflow: the 'block-ellipsis' property</h3>
746746
as the <a>block overflow ellipsis</a>
747747
at the end of the affected line box.
748748
The UA may truncate this string if it is absurdly long.
749+
750+
When set to the empty string,
751+
the behavior is identical to the ''no-ellipsis'' value.
749752
</dl>
750753

751-
When 'block-ellipsis' is not ''no-ellipsis'',
754+
When 'block-ellipsis' is neither ''no-ellipsis'' nor the empty string,
752755
the <a>block overflow ellipsis</a> string
753756
is wrapped in an anonymous inline
754757
and placed at the end of the line box

0 commit comments

Comments
 (0)