@@ -809,7 +809,7 @@ Limiting Visible Lines: the 'line-clamp' shorthand property</h3>
809
809
810
810
<pre class="propdef shorthand">
811
811
Name : line-clamp
812
- Value : none | <<integer>> <<'block-ellipsis'>>?
812
+ Value : none | <<integer [1,∞] >> <<'block-ellipsis'>>?
813
813
Initial : none
814
814
Percentages : N/A
815
815
</pre>
@@ -840,7 +840,7 @@ Limiting Visible Lines: the 'line-clamp' shorthand property</h3>
840
840
'continue' to ''continue/auto'' ,
841
841
and 'block-ellipsis' to ''block-ellipsis/none'' .
842
842
843
- <dt> <dfn><<integer>> </dfn>
843
+ <dt> <dfn><<integer [1,∞]>> <'block-ellipsis'>? </dfn>
844
844
<dd> Sets 'max-lines' to the specified <<integer>> ,
845
845
'continue' to ''discard'' ,
846
846
and the 'block-ellipsis' property to second component of the value
@@ -899,7 +899,7 @@ Legacy compatibility</h4>
899
899
900
900
<pre class="propdef shorthand">
901
901
Name : -webkit-line-clamp
902
- Value : none | <<integer>>
902
+ Value : none | <<integer [1,∞] >>
903
903
Initial : none
904
904
Percentages : N/A
905
905
</pre>
@@ -912,7 +912,7 @@ Legacy compatibility</h4>
912
912
Like 'line-clamp' , '-webkit-line-clamp' is a shorthand of 'max-lines' , 'continue' , and 'block-ellipsis' ,
913
913
except that:
914
914
915
- * its syntax is ''line-clamp/none'' | <<integer>>
915
+ * its syntax is ''line-clamp/none'' | <<integer [1,∞] >>
916
916
* it sets 'continue' to ''-webkit-discard'' instead of ''discard''
917
917
* it unconditionally sets 'block-ellipsis' to ''block-ellipsis/auto''
918
918
0 commit comments