css-overflow/Overview.bs

changeset 19381
dbe1da284fb5
parent 19338
c45899621895
child 19383
68f652c3f1eb
     1.1 --- a/css-overflow/Overview.bs	Thu Jun 08 12:13:42 2017 +0900
     1.2 +++ b/css-overflow/Overview.bs	Thu Jun 08 13:17:28 2017 +0900
     1.3 @@ -450,7 +450,10 @@
     1.4  
     1.5  The computed value of the 'continue' for a given element or pseudo element is determined as follow:
     1.6  <ol>
     1.7 -	<li>If the specified value is ''continue/auto''
     1.8 +	<li>On elements or pseudo elements with <a>layout containment</a> (see [[!CSS-CONTAIN-1]]),
     1.9 +	if the specificied value is ''continue/auto'' or ''continue/fragments''
    1.10 +	then the computed value is ''continue/overflow''.
    1.11 +	<li>Otherwise, if the specified value is ''continue/auto''
    1.12  	<ol>
    1.13  		<li>On a <a spec="css-regions">CSS Region</a> other than the last one in a <a spec="css-regions">region chain</a>,
    1.14  		the computed value is ''continue/auto''
    1.15 @@ -460,7 +463,7 @@
    1.16  		the computed value is ''continue/fragments''
    1.17  		<li>Otherwise, the computed value is ''continue/overflow''
    1.18  	</ol>
    1.19 -	<li>If the specified value is ''continue/framgents''
    1.20 +	<li>Otherwise, if the specified value is ''continue/framgents''
    1.21  	<ol>
    1.22  		<li>On a page
    1.23  		the computed value is ''continue/paginate''

mercurial