|
11 | 11 |
|
12 | 12 | <meta content="CSS Flexible Box Layout Module" name=dcterms.title> |
13 | 13 | <meta content=text name=dcterms.type> |
14 | | - <meta content=2013-01-30 name=dcterms.issued> |
| 14 | + <meta content=2013-02-01 name=dcterms.issued> |
15 | 15 | <meta content="http://dev.w3.org/csswg/css3-flexbox/" name=dcterms.creator> |
16 | 16 | <meta content=W3C name=dcterms.publisher> |
17 | | - <meta content="http://www.w3.org/TR/2013/ED-css3-flexbox-20130130/" |
| 17 | + <meta content="http://www.w3.org/TR/2013/ED-css3-flexbox-20130201/" |
18 | 18 | name=dcterms.identifier> |
19 | 19 | <link href="http://dev.w3.org/csswg/default.css" rel=stylesheet |
20 | 20 | type="text/css"> |
|
217 | 217 |
|
218 | 218 | <h1 id=head-box-flexible>CSS Flexible Box Layout Module</h1> |
219 | 219 |
|
220 | | - <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 30 January 2013</h2> |
| 220 | + <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 1 February 2013</h2> |
221 | 221 |
|
222 | 222 | <dl> |
223 | 223 | <dt>This version: |
224 | | - <!--<dd><a href="http://www.w3.org/TR/2013/ED-css3-flexbox-20130130/">http://www.w3.org/TR/2013/CR-css3-flexbox-20130130/</a>--> |
| 224 | + <!--<dd><a href="http://www.w3.org/TR/2013/ED-css3-flexbox-20130201/">http://www.w3.org/TR/2013/CR-css3-flexbox-20130201/</a>--> |
225 | 225 |
|
226 | 226 | <dd><a |
227 | 227 | href="http://dev.w3.org/csswg/css3-flexbox/">http://dev.w3.org/csswg/css3-flexbox/</a> |
@@ -875,7 +875,9 @@ <h2 id=flex-containers><span class=secno>3. </span> Flex Containers: the <a |
875 | 875 | containers</i></a> form a containing block for their contents <a |
876 | 876 | href="http://www.w3.org/TR/CSS21/visudet.html#containing-block-details">exactly |
877 | 877 | like block containers do</a>. <a href="#CSS21" |
878 | | - rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> |
| 878 | + rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> The ‘<code |
| 879 | + class=property>overflow</code>’ property applies to <a |
| 880 | + href="#flex-container"><i>flex containers</i></a>. |
879 | 881 |
|
880 | 882 | <p> Flex containers are not block containers, and so some properties that |
881 | 883 | were designed with the assumption of block layout don't apply in the |
|
0 commit comments