File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -816,7 +816,7 @@ Limiting Visible Lines: the 'line-clamp' shorthand property</h3>
816
816
817
817
<pre class="propdef shorthand">
818
818
Name : line-clamp
819
- Value : none | <<integer [1,∞]>> <<'block-ellipsis'>>?
819
+ Value : none | <<integer [1,∞]>>? <<'block-ellipsis'>>?
820
820
Initial : none
821
821
Percentages : N/A
822
822
</pre>
@@ -848,7 +848,8 @@ Limiting Visible Lines: the 'line-clamp' shorthand property</h3>
848
848
and 'block-ellipsis' to ''block-ellipsis/none'' .
849
849
850
850
<dt> <dfn><<integer [1,∞]>> <'block-ellipsis'>?</dfn>
851
- <dd> Sets 'max-lines' to the specified <<integer>> ,
851
+ <dd> Sets 'max-lines' to the specified <<integer>>
852
+ or to ''max-lines/none'' if omitted,
852
853
'continue' to ''discard'' ,
853
854
and the 'block-ellipsis' property to second component of the value
854
855
or to ''block-ellipsis/auto'' if omitted.
@@ -2228,6 +2229,8 @@ Recent Changes</h3>
2228
2229
(<a href="https://github.com/w3c/csswg-drafts/issues/7144">Issue 7144</a> )
2229
2230
<li> Defined [=longhands=] for 'overflow-clip-margin' .
2230
2231
(<a href="https://github.com/w3c/csswg-drafts/issues/7245">Issue 7245</a> )
2232
+ <li> Change the 'line-clamp' shorthand syntax to allow omitting the 'max-lines' value
2233
+ (<a href="https://github.com/w3c/csswg-drafts/issues/9368">Issue 9368</a> )
2231
2234
</ul>
2232
2235
2233
2236
<h3 id="changes-l3">
You can’t perform that action at this time.
0 commit comments