css3-overflow/Overview.src.html

changeset 6471
beffd0ad5064
parent 6470
0b57818abe66
child 6472
1743788dff9d
     1.1 --- a/css3-overflow/Overview.src.html	Tue Jul 31 17:42:36 2012 -0700
     1.2 +++ b/css3-overflow/Overview.src.html	Tue Jul 31 17:56:34 2012 -0700
     1.3 @@ -165,8 +165,10 @@
     1.4  		However, if an element's computed 'overflow' is not ''regions'',
     1.5  		then its box is not a <i>region box</i>.)
     1.6  		Every <i>region box</i> is a fragmentation container,
     1.7 -		and for each <i>region box</i> box from which
     1.8 -		breakable content overflows in the block dimension,
     1.9 +		and for each <i>region box</i> which ends with a fragmentation break,
    1.10 +		(which could happen
    1.11 +		because breakable content overflows in the block dimension
    1.12 +		or because of a forced break),
    1.13  		there must be another <i>region box</i> created as a next sibling
    1.14  		of the previous one.
    1.15  		<span class="issue">Or is it as though it's a next sibling of

mercurial