[css3-overflow] Overflow also needs to apply to flex containers (as it does in css3-flexbox).

Mon, 25 Mar 2013 16:15:28 -0700

author
L. David Baron <dbaron@dbaron.org>
date
Mon, 25 Mar 2013 16:15:28 -0700
changeset 7812
d7ddd11519d1
parent 7811
85802187d27b
child 7813
2945b61850d0

[css3-overflow] Overflow also needs to apply to flex containers (as it does in css3-flexbox).

css3-overflow/Overview.html file | annotate | diff | comparison | revisions
css3-overflow/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-overflow/Overview.html	Mon Mar 25 16:09:09 2013 -0700
     1.2 +++ b/css3-overflow/Overview.html	Mon Mar 25 16:15:28 2013 -0700
     1.3 @@ -386,7 +386,10 @@
     1.4      <tr>
     1.5       <th>Applies to:
     1.6  
     1.7 -     <td>block containers
     1.8 +     <td>block containers <a href="#CSS21"
     1.9 +      rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> and flex containers <a
    1.10 +      href="#CSS3-FLEXBOX"
    1.11 +      rel=biblioentry>[CSS3-FLEXBOX]<!--{{!CSS3-FLEXBOX}}--></a>
    1.12  
    1.13      <tr>
    1.14       <th>Inherited:
    1.15 @@ -1419,6 +1422,16 @@
    1.16     </dd>
    1.17     <!---->
    1.18  
    1.19 +   <dt id=CSS3-FLEXBOX>[CSS3-FLEXBOX]
    1.20 +
    1.21 +   <dd>Tab Atkins Jr.; Elika J. Etemad; Alex Mogilevsky. <a
    1.22 +    href="http://www.w3.org/TR/2012/CR-css3-flexbox-20120918/"><cite>CSS
    1.23 +    Flexible Box Layout Module.</cite></a> 18 September 2012. W3C Candidate
    1.24 +    Recommendation. (Work in progress.) URL: <a
    1.25 +    href="http://www.w3.org/TR/2012/CR-css3-flexbox-20120918/">http://www.w3.org/TR/2012/CR-css3-flexbox-20120918/</a>
    1.26 +   </dd>
    1.27 +   <!---->
    1.28 +
    1.29     <dt id=CSS3-WRITING-MODES>[CSS3-WRITING-MODES]
    1.30  
    1.31     <dd>Elika J. Etemad; Koji Ishii. <a
    1.32 @@ -1668,7 +1681,7 @@
    1.33  
    1.34       <td>visible
    1.35  
    1.36 -     <td>block containers
    1.37 +     <td>block containers [CSS21] and flex containers [CSS3-FLEXBOX]
    1.38  
    1.39       <td>no
    1.40  
    1.41 @@ -1684,7 +1697,7 @@
    1.42  
    1.43       <td>visible
    1.44  
    1.45 -     <td>block containers
    1.46 +     <td>block containers [CSS21] and flex containers [CSS3-FLEXBOX]
    1.47  
    1.48       <td>no
    1.49  
     2.1 --- a/css3-overflow/Overview.src.html	Mon Mar 25 16:09:09 2013 -0700
     2.2 +++ b/css3-overflow/Overview.src.html	Mon Mar 25 16:15:28 2013 -0700
     2.3 @@ -251,7 +251,7 @@
     2.4  			<td>visible
     2.5  		<tr>
     2.6  			<th>Applies to:
     2.7 -			<td>block containers
     2.8 +			<td>block containers [[!CSS21]] and flex containers [[!CSS3-FLEXBOX]]
     2.9  		<tr>
    2.10  			<th>Inherited:
    2.11  			<td>no

mercurial