File tree 1 file changed +9
-5
lines changed 1 file changed +9
-5
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>
@@ -847,11 +847,15 @@ Limiting Visible Lines: the 'line-clamp' shorthand property</h3>
847
847
'continue' to ''continue/auto'' ,
848
848
and 'block-ellipsis' to ''block-ellipsis/none'' .
849
849
850
- <dt> <dfn><<integer [1,∞]>> <'block-ellipsis'>?</dfn>
851
- <dd> Sets 'max-lines' to the specified <<integer>>
850
+ <dt> <dfn><<integer [1,∞]>></dfn>
851
+ </dt> <dfn><'block-ellipsis'></dfn>
852
+ <dd>
853
+ Sets 'continue' to ''discard''
854
+ if either or both values ares specified.
855
+
856
+ Sets 'max-lines' to the specified <<integer>>
852
857
or to ''max-lines/none'' if omitted,
853
- 'continue' to ''discard'' ,
854
- and the 'block-ellipsis' property to second component of the value
858
+ and 'block-ellipsis' to other component of the value if specified
855
859
or to ''block-ellipsis/auto'' if omitted.
856
860
857
861
</dl>
You can’t perform that action at this time.
0 commit comments