Skip to content

Commit 473686a

Browse files
committed
Fix missing <number> -> <integer> edit for order. <http://lists.w3.org/Archives/Public/www-style/2012Jul/0476.html>
1 parent 8a5a814 commit 473686a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1587,7 +1587,7 @@ <h3 id=order-property><span class=secno>5.4. </span> Display Order: the
15871587
<tr>
15881588
<th><a href="#values">Value</a>:
15891589

1590-
<td>&lt;number>
1590+
<td>&lt;integer>
15911591

15921592
<tr>
15931593
<th>Initial:
@@ -4082,7 +4082,7 @@ <h2 class=no-num id=property>Property index</h2>
40824082
<tr>
40834083
<th><a class=property href="#order">order</a>
40844084

4085-
<td>&lt;number>
4085+
<td>&lt;integer>
40864086

40874087
<td>0
40884088

css3-flexbox/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ <h3 id='order-property'>
11261126
<td><dfn>order</dfn>
11271127
<tr>
11281128
<th><a href="#values">Value</a>:
1129-
<td>&lt;number>
1129+
<td>&lt;integer>
11301130
<tr>
11311131
<th>Initial:
11321132
<td>0

css3-flexbox/issues-lc-2012.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ <h1>CSS Flexible Box Layout Level 3 Disposition of Comments for 2012-06-12 LCWD<
219219
Closed: Accepted
220220
</pre>
221221
<pre class="open" id="issue-22">
222-
Issue 22. <a href="#issue-21">#</a>
222+
Issue 22. <a href="#issue-22">#</a>
223223
Summary: Missing 'order' edit to &lt;integer>
224224
From: Daniel Holbert
225225
Comment: <a href="http://www.w3.org/mid/50096C12.3010908@mozilla.com">http://www.w3.org/mid/50096C12.3010908@mozilla.com</a>

0 commit comments

Comments
 (0)