- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 Jan 2012 22:53:13 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-flexbox In directory hutz:/tmp/cvs-serv13358 Modified Files: Overview.html Overview.src.html Log Message: Specify that floating or absposing an inline-flexbox changes it to block-flexbox. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v retrieving revision 1.106 retrieving revision 1.107 diff -u -d -r1.106 -r1.107 --- Overview.html 25 Jan 2012 19:01:55 -0000 1.106 +++ Overview.html 25 Jan 2012 22:53:11 -0000 1.107 @@ -506,6 +506,13 @@ on a flexbox item </ul> + <p>If an element's specified value for ‘<code + class=property>display</code>’ is ‘<code + class=css>inline-flexbox</code>’ and the element is floated or + absolutely positioned, the computed value of ‘<code + class=property>display</code>’ must be ‘<a + href="#flexbox"><code class=css>flexbox</code></a>’. + <p>A flexbox creates a new flexbox formatting context for its contents. This is similar to a block formatting context: floats must not intrude into the flexbox, and the flexbox's margins do not collapse with the Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v retrieving revision 1.106 retrieving revision 1.107 diff -u -d -r1.106 -r1.107 --- Overview.src.html 25 Jan 2012 19:01:55 -0000 1.106 +++ Overview.src.html 25 Jan 2012 22:53:11 -0000 1.107 @@ -168,6 +168,8 @@ <li>'vertical-align' has no effect on a flexbox item</li> </ul> + <p>If an element's specified value for 'display' is ''inline-flexbox'' and the element is floated or absolutely positioned, the computed value of 'display' must be ''flexbox''.</p> + <p>A flexbox creates a new flexbox formatting context for its contents. This is similar to a block formatting context: floats must not intrude into the flexbox, and the flexbox's margins do not collapse with the margins of its contents. Additionally, all of the <i>flexbox items</i> establish new block formatting contexts for their contents.</p> <p class='issue'>Figure out the right terms to use here.</p>
Received on Wednesday, 25 January 2012 22:53:18 UTC