Skip to content

Commit 0c5a768

Browse files
authored
[css-overflow-4] Remove request to not expose line-clamp longhands (#12400)
This was only intended as a temporary "hold your horses" warning while we figured the syntax space, but the design has been stable for years at this point, and the notion of unexposed longhands brings its own set of complexity. See #10439
1 parent cc8b652 commit 0c5a768

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

css-overflow-4/Overview.bs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -823,14 +823,6 @@ Limiting Visible Lines: the 'line-clamp' shorthand property</h3>
823823
The 'line-clamp' property is a <a>shorthand</a>
824824
for the 'max-lines', 'block-ellipsis', and 'continue' properties.
825825

826-
Issue: For the time being,
827-
experimental implementations are encouraged
828-
to follow the full behavior defined by this shorthand and its longhands,
829-
but to only expose the shorthand to authors.
830-
This is in order to facilitate further tweaking,
831-
and in particular potential renaming,
832-
of the longhand properties and their values.
833-
834826
It allows limiting the contents of a block container
835827
to the specified number of lines;
836828
remaining content is fragmented away

0 commit comments

Comments
 (0)