@@ -924,7 +924,7 @@ Legacy compatibility</h4>
924
924
925
925
The <dfn value for=continue>-webkit-discard</dfn> value behaves identically to ''discard'' ,
926
926
except that it only takes effect
927
- if the value of the 'display' property
927
+ if the [=specified value=] of the 'display' property
928
928
is ''-webkit-box'' or ''-webkit-inline-box''
929
929
and the value of the '-webkit-box-orient' property
930
930
is ''-webkit-box-orient/vertical'' .
@@ -1125,9 +1125,11 @@ Fragmentation of Overflow: the 'continue' property</h3>
1125
1125
for compatibility (see [[#webkit-line-clamp]] ),
1126
1126
when the [=computed value=] of the 'continue' property is ''discard''
1127
1127
and the [=computed value=] of the '-webkit-box-orient' property is ''vertical'' :
1128
- * If the [=computed value=] of the 'display' property is ''-webkit-box'' ,
1129
- the box establishes a [=BFC=] as if it had been ''flow-root'' .
1130
- * If the [=computed value=] of the 'display property is ''-webkit-inline-box' ',
1128
+ * If the [=specified value=] of the 'display' property is ''-webkit-box'' ,
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
1131
1133
the box establishes a [=BFC=] as if it had been ''inline-block'' .
1132
1134
1133
1135
Note: This means that 'line-clamp' will work
0 commit comments