css3-overflow/Overview.src.html

changeset 7819
6116cc028e7c
parent 7815
245f372ad452
child 7820
dd69498547be
     1.1 --- a/css3-overflow/Overview.src.html	Tue Mar 26 16:58:50 2013 -0700
     1.2 +++ b/css3-overflow/Overview.src.html	Wed Mar 27 09:16:58 2013 -0700
     1.3 @@ -260,7 +260,7 @@
     1.4  			<td>visible
     1.5  		<tr>
     1.6  			<th>Applies to:
     1.7 -			<td>block containers [[!CSS21]] and flex containers [[!CSS3-FLEXBOX]]
     1.8 +			<td>block containers [[!CSS21]], flex containers [[!CSS3-FLEXBOX]], and grid containers [[!CSS3-GRID-LAYOUT]]
     1.9  		<tr>
    1.10  			<th>Inherited:
    1.11  			<td>no
    1.12 @@ -679,9 +679,9 @@
    1.13  		or 'float' is permitted, but is not allowed to change
    1.14  		the computed value of 'display-inside'.
    1.15  		(Since 'overflow', 'overflow-x', and 'overflow-y' only
    1.16 -		apply to block containers and flex containers,
    1.17 +		apply to block containers, flex containers, and grid containers
    1.18  		the computed value of 'display-inside' is always
    1.19 -		''block'' or ''flex''.
    1.20 +		''block'', ''flex'' or ''grid''.
    1.21  		<span class="issue">Need to specify exactly how this works,
    1.22  		but it depends on
    1.23  		having 'display-inside' and 'display-outside' specified.</span>

mercurial