Skip to content

Commit afea7a3

Browse files
committed
[css3-flexbox] Specify that 'overflow' applies to flexboxes.
--HG-- extra : rebase_source : ee5cb9d94ccdb9be25805470a122d1cc87934570
1 parent f49bf86 commit afea7a3

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212
<meta content="CSS Flexible Box Layout Module" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2013-01-30 name=dcterms.issued>
14+
<meta content=2013-02-01 name=dcterms.issued>
1515
<meta content="http://dev.w3.org/csswg/css3-flexbox/" name=dcterms.creator>
1616
<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/"
1818
name=dcterms.identifier>
1919
<link href="http://dev.w3.org/csswg/default.css" rel=stylesheet
2020
type="text/css">
@@ -217,11 +217,11 @@
217217

218218
<h1 id=head-box-flexible>CSS Flexible Box Layout Module</h1>
219219

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>
221221

222222
<dl>
223223
<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>-->
225225

226226
<dd><a
227227
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
875875
containers</i></a> form a containing block for their contents <a
876876
href="http://www.w3.org/TR/CSS21/visudet.html#containing-block-details">exactly
877877
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>.
879881

880882
<p> Flex containers are not block containers, and so some properties that
881883
were designed with the assumption of block layout don't apply in the

css3-flexbox/Overview.src.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,7 @@ <h2 id='flex-containers'>
558558
and the flex container's margins do not collapse with the margins of its contents.
559559
<i>Flex containers</i> form a containing block for their contents
560560
<a href="http://www.w3.org/TR/CSS21/visudet.html#containing-block-details">exactly like block containers do</a>. [[!CSS21]]
561+
The 'overflow' property applies to <i>flex containers</i>.
561562

562563
<p>
563564
Flex containers are not block containers,

0 commit comments

Comments
 (0)