Skip to content

Commit c3c2e72

Browse files
committed
[css-overflow] Rename block-ellipsis:none to no-ellipsis
See #12416
1 parent c327d94 commit c3c2e72

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css-overflow-4/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -697,8 +697,8 @@ Indicating Block-Axis Overflow: the 'block-ellipsis' property</h3>
697697

698698
<pre class=propdef>
699699
Name: block-ellipsis
700-
Value: none | auto | <<string>>
701-
Initial: none
700+
Value: no-ellipsis | auto | <<string>>
701+
Initial: no-ellipsis
702702
Applies to: [=block containers=]
703703
Inherited: yes
704704
Percentages: N/A
@@ -724,7 +724,7 @@ Indicating Block-Axis Overflow: the 'block-ellipsis' property</h3>
724724
Values have the following meanings:
725725

726726
<dl dfn-for="block-ellipsis" dfn-type=value>
727-
<dt><dfn>none</dfn>
727+
<dt><dfn>no-ellipsis</dfn>
728728
<dd>
729729
The rendering is unaffected.
730730

@@ -748,7 +748,7 @@ Indicating Block-Axis Overflow: the 'block-ellipsis' property</h3>
748748
The UA may truncate this string if it is absurdly long.
749749
</dl>
750750

751-
When 'block-ellipsis' is not ''block-ellipsis/none'',
751+
When 'block-ellipsis' is not ''no-ellipsis'',
752752
the <a>block overflow ellipsis</a> string
753753
is wrapped in an anonymous inline
754754
and placed at the end of the line box
@@ -797,7 +797,7 @@ Indicating Block-Axis Overflow: the 'block-ellipsis' property</h3>
797797

798798
It also has no effect on the intrinsic size of the box:
799799
its <a lt="min-content size">min-content</a> and <a lt="max-content size">max-content</a> sizes
800-
are calculated exactly as if 'block-ellipsis' were ''block-ellipsis/none''.
800+
are calculated exactly as if 'block-ellipsis' were ''no-ellipsis''.
801801

802802
Note: Future specifications may extend this feature,
803803
for example by providing an ''::ellipsis'' pseudo-element
@@ -836,7 +836,7 @@ Limiting Visible Lines: the 'line-clamp' shorthand property</h3>
836836
<dt><dfn>none</dfn>
837837
<dd>Sets 'max-lines' to ''max-lines/none'',
838838
'continue' to ''continue/auto'',
839-
and 'block-ellipsis' to ''block-ellipsis/none''.
839+
and 'block-ellipsis' to ''no-ellipsis''.
840840

841841
<dt><dfn><<integer [1,∞]>></dfn>
842842
<dt><dfn><'block-ellipsis'></dfn>

0 commit comments

Comments
 (0)