Skip to content

Commit 8b6c9e6

Browse files
SebastianZfrivoal
authored andcommitted
[css-overflow-4] Rephrased description of max-lines to avoid double negative
1 parent c52f140 commit 8b6c9e6

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
@@ -961,9 +961,9 @@ Forcing a Break After a Set Number of Lines: the 'max-lines' property</h3>
961961
Animation type: by computed value type
962962
</pre>
963963

964-
This property has no effect on boxes that are not [=fragmentation containers=] that capture [=region breaks=].
964+
This property only has an effect on boxes that are [=fragmentation containers=] that capture [=region breaks=].
965965

966-
Otherwise, if the value of 'max-lines' is not <dfn for=max-lines dfn-type=value>none</dfn>,
966+
Also, if the value of 'max-lines' is not <dfn for=max-lines dfn-type=value>none</dfn>,
967967
a <a>region break</a>
968968
is forced after its <var>N</var>th
969969
descendant <a>in-flow</a> <a>line box</a>,

0 commit comments

Comments
 (0)