Skip to content

Commit bd784c9

Browse files
committed
Fix numbering in example.
1 parent 7883348 commit bd784c9

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929

3030
<h1 id=head-box-flexible>CSS Flexible Box Layout Module</h1>
3131

32-
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 3 April 2012</h2>
32+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 5 April 2012</h2>
3333

3434
<dl>
3535
<dt>This version:
36-
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120403/">http://www.w3.org/TR/2012/WD-css3-flexbox-20120403/</a>-->
36+
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120405/">http://www.w3.org/TR/2012/WD-css3-flexbox-20120405/</a>-->
3737

3838

3939
<dd><a
@@ -576,11 +576,11 @@ <h2 id=flex-items><span class=secno>4. </span> Flexbox Items</h2>
576576
&lt;span id="item12" style="float: left;">span&lt;/span>
577577
&lt;/div></pre>
578578

579-
<p>Notice that block element "not-an-item6.3" is not a separate flexbox
579+
<p>Notice that block element "not-an-item7.3" is not a separate flexbox
580580
item, because it is contained inside an inline element which is being
581581
wrapped into an anonymous flexbox item. Similarly, the block element
582-
"not-an-item1.5" is not a flexbox item, because it's absolutely
583-
positioned and thus out of flow.</p>
582+
"not-an-item2" is not a flexbox item, because it's absolutely positioned
583+
and thus out of flow.</p>
584584
</div>
585585

586586
<h3 id=abspos-flexbox-items><span class=secno>4.1. </span> Absolutely

css3-flexbox/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ <h2 id='flex-items'>
236236
&lt;span id="item12" style="float: left;">span&lt;/span>
237237
&lt;/div></pre>
238238

239-
<p>Notice that block element "not-an-item6.3" is not a separate flexbox item, because it is contained inside an inline element which is being wrapped into an anonymous
240-
flexbox item. Similarly, the block element "not-an-item1.5" is not a flexbox item, because it's absolutely positioned and thus out of flow.</p>
239+
<p>Notice that block element "not-an-item7.3" is not a separate flexbox item, because it is contained inside an inline element which is being wrapped into an anonymous
240+
flexbox item. Similarly, the block element "not-an-item2" is not a flexbox item, because it's absolutely positioned and thus out of flow.</p>
241241
</div>
242242

243243
<h3 id='abspos-flexbox-items'>

0 commit comments

Comments
 (0)