- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 26 Jan 2012 01:10:44 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-flexbox In directory hutz:/tmp/cvs-serv25396 Modified Files: Overview.html Overview.src.html Log Message: Remove 'Box Sizing' section - it's irrelevant with the layout algorithm. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v retrieving revision 1.110 retrieving revision 1.111 diff -u -d -r1.110 -r1.111 --- Overview.html 26 Jan 2012 01:05:55 -0000 1.110 +++ Overview.html 26 Jan 2012 01:10:42 -0000 1.111 @@ -240,27 +240,24 @@ <li><a href="#pagination"><span class=secno>8. </span> Page breaks in flexbox</a> - <li><a href="#layout-interface"><span class=secno>9. </span> Box - Properties and Sizing</a> - - <li><a href="#conformance"><span class=secno>10. </span> Conformance</a> + <li><a href="#conformance"><span class=secno>9. </span> Conformance</a> <ul class=toc> - <li><a href="#conventions"><span class=secno>10.1. </span> Document + <li><a href="#conventions"><span class=secno>9.1. </span> Document conventions</a> - <li><a href="#conformance-classes"><span class=secno>10.2. </span> + <li><a href="#conformance-classes"><span class=secno>9.2. </span> Conformance classes</a> - <li><a href="#partial"><span class=secno>10.3. </span> Partial + <li><a href="#partial"><span class=secno>9.3. </span> Partial implementations</a> - <li><a href="#experimental"><span class=secno>10.4. </span> Experimental + <li><a href="#experimental"><span class=secno>9.4. </span> Experimental implementations</a> - <li><a href="#testing"><span class=secno>10.5. </span> Non-experimental + <li><a href="#testing"><span class=secno>9.5. </span> Non-experimental implementations</a> - <li><a href="#cr-exit-criteria"><span class=secno>10.6. </span> CR exit + <li><a href="#cr-exit-criteria"><span class=secno>9.6. </span> CR exit criteria</a> </ul> @@ -2062,16 +2059,9 @@ <p class=issue>TODO: add more detail: how breaking affect sizing (for broken boxes and boxes after the break) and alignment - <h2 id=layout-interface><span class=secno>9. </span> Box Properties and - Sizing</h2> - - <p class=issue>Define how flexboxes are sized, paying attention to - width/height keywords on both the flexbox and flexbox items, the writing - modes of both the flexbox and flexbox items, and the flexbox direction. - - <h2 id=conformance><span class=secno>10. </span> Conformance</h2> + <h2 id=conformance><span class=secno>9. </span> Conformance</h2> - <h3 id=conventions><span class=secno>10.1. </span> Document conventions</h3> + <h3 id=conventions><span class=secno>9.1. </span> Document conventions</h3> <p>Conformance requirements are expressed with a combination of descriptive assertions and RFC 2119 terminology. The key words “MUST”, “MUST @@ -2098,7 +2088,7 @@ <p class=note>Note, this is an informative note. - <h3 id=conformance-classes><span class=secno>10.2. </span> Conformance + <h3 id=conformance-classes><span class=secno>9.2. </span> Conformance classes</h3> <p>Conformance to CSS Flexbox Layout Module is defined for three @@ -2142,7 +2132,7 @@ module, and meet all other conformance requirements of style sheets as described in this module. - <h3 id=partial><span class=secno>10.3. </span> Partial implementations</h3> + <h3 id=partial><span class=secno>9.3. </span> Partial implementations</h3> <p>So that authors can exploit the forward-compatible parsing rules to assign fallback values, CSS renderers <strong>must</strong> treat as @@ -2156,7 +2146,7 @@ unsupported values must be), CSS requires that the entire declaration be ignored. - <h3 id=experimental><span class=secno>10.4. </span> Experimental + <h3 id=experimental><span class=secno>9.4. </span> Experimental implementations</h3> <p>To avoid clashes with future CSS features, the CSS2.1 specification @@ -2170,7 +2160,7 @@ vendor-prefixed syntax for such features, including those in W3C Working Drafts. This avoids incompatibilities with future changes in the draft. - <h3 id=testing><span class=secno>10.5. </span> Non-experimental + <h3 id=testing><span class=secno>9.5. </span> Non-experimental implementations</h3> <p>Once a specification reaches the Candidate Recommendation stage, @@ -2192,7 +2182,7 @@ href="http://lists.w3.org/Archives/Public/public-css-testsuite">public-css-testsuite@w3.org</a> mailing list. - <h3 id=cr-exit-criteria><span class=secno>10.6. </span> CR exit criteria</h3> + <h3 id=cr-exit-criteria><span class=secno>9.6. </span> CR exit criteria</h3> <p class=issue>[Change or remove the following CR exit criteria if the spec is not a module, but, e.g., a Note or a profile. This text was <a @@ -2457,7 +2447,7 @@ <ul class=indexlist> <li>authoring tool, <a href="#authoring-tool" - title="authoring tool"><strong>10.2.</strong></a> + title="authoring tool"><strong>9.2.</strong></a> <li>‘<code class=css>auto</code>’, <a href="#flex-item-align-auto" title="''auto''"><strong>5.2.</strong></a> @@ -2592,8 +2582,8 @@ <li>preferred size, <a href="#preferred-size" title="preferred size"><strong>4.1.</strong></a> - <li>renderer, <a href="#renderer" - title=renderer><strong>10.2.</strong></a> + <li>renderer, <a href="#renderer" title=renderer><strong>9.2.</strong></a> + <li>resolve the flexible lengths, <a href="#resolve-the-flexible-lengths" title="resolve the flexible lengths"><strong>7.</strong></a> @@ -2617,7 +2607,7 @@ <li>style sheet <ul> <li>as conformance class, <a href="#style-sheet" - title="style sheet, as conformance class"><strong>10.2.</strong></a> + title="style sheet, as conformance class"><strong>9.2.</strong></a> </ul> <li>wrap, <a href="#flex-flow-wrap" title=wrap><strong>3.1.</strong></a> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v retrieving revision 1.110 retrieving revision 1.111 diff -u -d -r1.110 -r1.111 --- Overview.src.html 26 Jan 2012 01:05:55 -0000 1.110 +++ Overview.src.html 26 Jan 2012 01:10:42 -0000 1.111 @@ -1003,12 +1003,6 @@ <p class="issue">TODO: add more detail: how breaking affect sizing (for broken boxes and boxes after the break) and alignment</p> -<h2 id="layout-interface"> -Box Properties and Sizing</h2> - - <p class='issue'>Define how flexboxes are sized, paying attention to width/height keywords on both the flexbox and flexbox items, the writing modes of both the flexbox and flexbox items, and the flexbox direction.</p> - - <h2 id="conformance"> Conformance</h2>
Received on Thursday, 26 January 2012 01:10:49 UTC