We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04e12a3 commit fb926e0Copy full SHA for fb926e0
css-overflow-4/Overview.bs
@@ -1129,8 +1129,8 @@ Fragmentation of Overflow: the 'continue' property</h3>
1129
the [=computed value=] is becomes ''flow-root'' and
1130
the box establishes a [=BFC=].
1131
* 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''.
+ the [=computed value=] is becomes ''inline-block'' and
+ the box establishes a [=BFC=].
1134
1135
Note: This means that 'line-clamp' will work
1136
if both or neither of ''-webkit-box-orient: vertical''
0 commit comments