Skip to content

Commit 1fa6a42

Browse files
committed
[css-overflow] Fix typo
1 parent 5a791c2 commit 1fa6a42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-overflow-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,10 +1126,10 @@ Fragmentation of Overflow: the 'continue' property</h3>
11261126
when the [=computed value=] of the 'continue' property is ''discard''
11271127
and the [=computed value=] of the '-webkit-box-orient' property is ''vertical'':
11281128
* If the [=specified value=] of the 'display' property is ''-webkit-box'',
1129-
the [=computed value=] is becomes ''flow-root'' and
1129+
the [=computed value=] 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 ''inline-block'' and
1132+
the [=computed value=] becomes ''inline-block'' and
11331133
the box establishes a [=BFC=].
11341134

11351135
Note: This means that 'line-clamp' will work

0 commit comments

Comments
 (0)