@@ -964,12 +964,6 @@ Forcing a Break After a Set Number of Lines: the 'max-lines' property</h3>
964964 If the value of 'max-lines' is not <dfn for=max-lines dfn-type=value>none</dfn> ,
965965 then, given a [=computed value=] of <var> N</var> :
966966
967- - If the box is a [=fragmentation container=] that captures [=region breaks=] ,
968- a <a>region break</a>
969- is forced after its <var> N</var> th
970- descendant <a>in-flow</a> <a>line box</a> .
971- If fewer than <var> N</var> line boxes exist,
972- then 'max-lines' introduces no <a>region break</a> .
973967 - If the box is a [=line-clamp container=] ,
974968 its [=line-based clamp point=] is set
975969 to the first possible clamp point after
@@ -979,7 +973,12 @@ Forcing a Break After a Set Number of Lines: the 'max-lines' property</h3>
979973 or if there are no possible clamp points
980974 after the <var> N</var> th descendant <a>in-flow</a> <a>line box</a> ,
981975 then that line-clamp container has no [=line-based clamp point=] .
982-
976+ - If the box is a [=fragmentation container=] that captures [=region breaks=] ,
977+ a <a>region break</a>
978+ is forced after its <var> N</var> th
979+ descendant <a>in-flow</a> <a>line box</a> .
980+ If fewer than <var> N</var> line boxes exist,
981+ then 'max-lines' introduces no <a>region break</a> .
983982
984983 Only line boxes in the same <a>block formatting context</a>
985984 are counted:
0 commit comments