Skip to content

Commit fb926e0

Browse files
committed
Fix incomplete/incorrect edit
Part of w3c#10435
1 parent 04e12a3 commit fb926e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-overflow-4/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1129,8 +1129,8 @@ Fragmentation of Overflow: the 'continue' property</h3>
11291129
the [=computed value=] is becomes ''flow-root'' and
11301130
the box establishes a [=BFC=].
11311131
* If the [=specified value=] of the 'display property is ''-webkit-inline-box'',
1132-
the [=computed value=] is becomes ''flow-root'' and
1133-
the box establishes a [=BFC=] as if it had been ''inline-block''.
1132+
the [=computed value=] is becomes ''inline-block'' and
1133+
the box establishes a [=BFC=].
11341134

11351135
Note: This means that 'line-clamp' will work
11361136
if both or neither of ''-webkit-box-orient: vertical''

0 commit comments

Comments
 (0)