Skip to content

Commit 8e1259e

Browse files
committed
Remove 'Box Sizing' section - it's irrelevant with the layout algorithm.
1 parent c1ab05b commit 8e1259e

2 files changed

Lines changed: 18 additions & 34 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 18 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -240,27 +240,24 @@ <h2 class="no-num no-toc" id=table>Table of contents</h2>
240240
<li><a href="#pagination"><span class=secno>8. </span> Page breaks in
241241
flexbox</a>
242242

243-
<li><a href="#layout-interface"><span class=secno>9. </span> Box
244-
Properties and Sizing</a>
245-
246-
<li><a href="#conformance"><span class=secno>10. </span> Conformance</a>
243+
<li><a href="#conformance"><span class=secno>9. </span> Conformance</a>
247244
<ul class=toc>
248-
<li><a href="#conventions"><span class=secno>10.1. </span> Document
245+
<li><a href="#conventions"><span class=secno>9.1. </span> Document
249246
conventions</a>
250247

251-
<li><a href="#conformance-classes"><span class=secno>10.2. </span>
248+
<li><a href="#conformance-classes"><span class=secno>9.2. </span>
252249
Conformance classes</a>
253250

254-
<li><a href="#partial"><span class=secno>10.3. </span> Partial
251+
<li><a href="#partial"><span class=secno>9.3. </span> Partial
255252
implementations</a>
256253

257-
<li><a href="#experimental"><span class=secno>10.4. </span> Experimental
254+
<li><a href="#experimental"><span class=secno>9.4. </span> Experimental
258255
implementations</a>
259256

260-
<li><a href="#testing"><span class=secno>10.5. </span> Non-experimental
257+
<li><a href="#testing"><span class=secno>9.5. </span> Non-experimental
261258
implementations</a>
262259

263-
<li><a href="#cr-exit-criteria"><span class=secno>10.6. </span> CR exit
260+
<li><a href="#cr-exit-criteria"><span class=secno>9.6. </span> CR exit
264261
criteria</a>
265262
</ul>
266263

@@ -2062,16 +2059,9 @@ <h2 id=pagination><span class=secno>8. </span> Page breaks in flexbox</h2>
20622059
<p class=issue>TODO: add more detail: how breaking affect sizing (for
20632060
broken boxes and boxes after the break) and alignment
20642061

2065-
<h2 id=layout-interface><span class=secno>9. </span> Box Properties and
2066-
Sizing</h2>
2067-
2068-
<p class=issue>Define how flexboxes are sized, paying attention to
2069-
width/height keywords on both the flexbox and flexbox items, the writing
2070-
modes of both the flexbox and flexbox items, and the flexbox direction.
2062+
<h2 id=conformance><span class=secno>9. </span> Conformance</h2>
20712063

2072-
<h2 id=conformance><span class=secno>10. </span> Conformance</h2>
2073-
2074-
<h3 id=conventions><span class=secno>10.1. </span> Document conventions</h3>
2064+
<h3 id=conventions><span class=secno>9.1. </span> Document conventions</h3>
20752065

20762066
<p>Conformance requirements are expressed with a combination of descriptive
20772067
assertions and RFC 2119 terminology. The key words “MUST”, “MUST
@@ -2098,7 +2088,7 @@ <h3 id=conventions><span class=secno>10.1. </span> Document conventions</h3>
20982088

20992089
<p class=note>Note, this is an informative note.
21002090

2101-
<h3 id=conformance-classes><span class=secno>10.2. </span> Conformance
2091+
<h3 id=conformance-classes><span class=secno>9.2. </span> Conformance
21022092
classes</h3>
21032093

21042094
<p>Conformance to CSS Flexbox Layout Module is defined for three
@@ -2142,7 +2132,7 @@ <h3 id=conformance-classes><span class=secno>10.2. </span> Conformance
21422132
module, and meet all other conformance requirements of style sheets as
21432133
described in this module.
21442134

2145-
<h3 id=partial><span class=secno>10.3. </span> Partial implementations</h3>
2135+
<h3 id=partial><span class=secno>9.3. </span> Partial implementations</h3>
21462136

21472137
<p>So that authors can exploit the forward-compatible parsing rules to
21482138
assign fallback values, CSS renderers <strong>must</strong> treat as
@@ -2156,7 +2146,7 @@ <h3 id=partial><span class=secno>10.3. </span> Partial implementations</h3>
21562146
unsupported values must be), CSS requires that the entire declaration be
21572147
ignored.
21582148

2159-
<h3 id=experimental><span class=secno>10.4. </span> Experimental
2149+
<h3 id=experimental><span class=secno>9.4. </span> Experimental
21602150
implementations</h3>
21612151

21622152
<p>To avoid clashes with future CSS features, the CSS2.1 specification
@@ -2170,7 +2160,7 @@ <h3 id=experimental><span class=secno>10.4. </span> Experimental
21702160
vendor-prefixed syntax for such features, including those in W3C Working
21712161
Drafts. This avoids incompatibilities with future changes in the draft.
21722162

2173-
<h3 id=testing><span class=secno>10.5. </span> Non-experimental
2163+
<h3 id=testing><span class=secno>9.5. </span> Non-experimental
21742164
implementations</h3>
21752165

21762166
<p>Once a specification reaches the Candidate Recommendation stage,
@@ -2192,7 +2182,7 @@ <h3 id=testing><span class=secno>10.5. </span> Non-experimental
21922182
href="http://lists.w3.org/Archives/Public/public-css-testsuite">public-css-testsuite@w3.org</a>
21932183
mailing list.
21942184

2195-
<h3 id=cr-exit-criteria><span class=secno>10.6. </span> CR exit criteria</h3>
2185+
<h3 id=cr-exit-criteria><span class=secno>9.6. </span> CR exit criteria</h3>
21962186

21972187
<p class=issue>[Change or remove the following CR exit criteria if the spec
21982188
is not a module, but, e.g., a Note or a profile. This text was <a
@@ -2457,7 +2447,7 @@ <h2 class=no-num id=index>Index</h2>
24572447

24582448
<ul class=indexlist>
24592449
<li>authoring tool, <a href="#authoring-tool"
2460-
title="authoring tool"><strong>10.2.</strong></a>
2450+
title="authoring tool"><strong>9.2.</strong></a>
24612451

24622452
<li>&lsquo;<code class=css>auto</code>&rsquo;, <a
24632453
href="#flex-item-align-auto" title="''auto''"><strong>5.2.</strong></a>
@@ -2592,8 +2582,8 @@ <h2 class=no-num id=index>Index</h2>
25922582
<li>preferred size, <a href="#preferred-size"
25932583
title="preferred size"><strong>4.1.</strong></a>
25942584

2595-
<li>renderer, <a href="#renderer"
2596-
title=renderer><strong>10.2.</strong></a>
2585+
<li>renderer, <a href="#renderer" title=renderer><strong>9.2.</strong></a>
2586+
25972587

25982588
<li>resolve the flexible lengths, <a href="#resolve-the-flexible-lengths"
25992589
title="resolve the flexible lengths"><strong>7.</strong></a>
@@ -2617,7 +2607,7 @@ <h2 class=no-num id=index>Index</h2>
26172607
<li>style sheet
26182608
<ul>
26192609
<li>as conformance class, <a href="#style-sheet"
2620-
title="style sheet, as conformance class"><strong>10.2.</strong></a>
2610+
title="style sheet, as conformance class"><strong>9.2.</strong></a>
26212611
</ul>
26222612

26232613
<li>wrap, <a href="#flex-flow-wrap" title=wrap><strong>3.1.</strong></a>

css3-flexbox/Overview.src.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,12 +1003,6 @@ <h2 id="pagination">
10031003
<p class="issue">TODO: add more detail: how breaking affect sizing (for broken boxes and boxes after the break) and alignment</p>
10041004

10051005

1006-
<h2 id="layout-interface">
1007-
Box Properties and Sizing</h2>
1008-
1009-
<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>
1010-
1011-
10121006
<h2 id="conformance">
10131007
Conformance</h2>
10141008

0 commit comments

Comments
 (0)