- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 28 Jan 2011 18:28:05 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-flexbox In directory hutz:/tmp/cvs-serv11956 Modified Files: Overview.new.html Overview.new.src.html Log Message: Added 'vertical-align' to the list of ignored properties. Started listing box data that Flexbox needs to expose. Index: Overview.new.src.html =================================================================== RCS file: /sources/public/csswg/css3-flexbox/Overview.new.src.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Overview.new.src.html 28 Jan 2011 01:26:41 -0000 1.6 +++ Overview.new.src.html 28 Jan 2011 18:28:03 -0000 1.7 @@ -167,6 +167,7 @@ values on a flexbox ('break-before', 'break-inside', and 'break-after' are still valid on a flexbox).</li> <li>'float' and 'clear' compute to their initial values on a flexbox child</li> + <li>'vertical-align' has no effect on a flexbox child</li> <li class=issue>[Others?]</li> </ul> </div> @@ -610,7 +611,11 @@ layout model to use), and then write that up. Then the other layout models we produce can re-use the same template.</p> - <p>For now, I'm commenting out the text of the section.</p> + <p>Need to define:</p> + <ul> + <li>The min/max/fit-content widths and heights of flexboxes in block contents</li> + <li>Other stuff?</li> + </ul> </div> <!-- <p> Index: Overview.new.html =================================================================== RCS file: /sources/public/csswg/css3-flexbox/Overview.new.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Overview.new.html 28 Jan 2011 01:26:41 -0000 1.1 +++ Overview.new.html 28 Jan 2011 18:28:03 -0000 1.2 @@ -275,6 +275,9 @@ class=property>clear</code>’ compute to their initial values on a flexbox child + <li>‘<code class=property>vertical-align</code>’ has no + effect on a flexbox child + <li class=issue>[Others?] </ul> </div> @@ -864,7 +867,14 @@ the containing layout model to use), and then write that up. Then the other layout models we produce can re-use the same template.</p> - <p>For now, I'm commenting out the text of the section.</p> + <p>Need to define:</p> + + <ul> + <li>The min/max/fit-content widths and heights of flexboxes in block + contents + + <li>Other stuff? + </ul> </div> <!-- <p>
Received on Friday, 28 January 2011 18:28:07 UTC