Skip to content

Commit 1ddd492

Browse files
committed
[css-overflow-4] Tweak note on line-clamp and webkit-box
Since -webkit-legacy is now a possible value of line-clamp, the text in the note needed a bit of refinement to clarify that it is talking about the case where that value is not set.
1 parent a80175f commit 1ddd492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-overflow-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ Fragmentation of Overflow: the 'continue' property
11761176
the [=computed value=] becomes ''inline-block'' and
11771177
the box establishes a [=BFC=].
11781178

1179-
Note: This means that 'line-clamp' will work
1179+
Note: This means that 'line-clamp' (set without ''line-clamp/-webkit-legacy'') will work
11801180
if both or neither of ''-webkit-box-orient: vertical''
11811181
and ''display: -webkit-box'' or ''display: -webkit-inline-box'' are set,
11821182
but not if ''display: -webkit-box'' or ''display: -webkit-inline-box'' is set

0 commit comments

Comments
 (0)