Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) copypasta and validation fix for earlier checkin
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8023

git-svn-id: http://svn.whatwg.org/webapps@4315 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 24, 2009
1 parent 924a658 commit 412c50e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -3215,7 +3215,7 @@ <h5 id=percentages-and-dimensions><span class=secno>2.4.4.5 </span>Percentages a
<p>If the character indicated by <var title="">position</var> is a
U+002E FULL STOP character (.):</p>

<ol><ol><li><p>Advance <var title="">position</var> to the next
<ol><li><p>Advance <var title="">position</var> to the next
character.</li>

<li><p>If <var title="">position</var> is past the end of <var title="">input</var>, or if the character indicated by <var title="">position</var> is not one of U+0030 DIGIT ZERO (0) to
Expand All @@ -3241,7 +3241,7 @@ <h5 id=percentages-and-dimensions><span class=secno>2.4.4.5 </span>Percentages a
to the step labeled <i>fraction loop</i> in these
substeps.</li>

</ol></ol></li>
</ol></li>

<li><p>If <var title="">position</var> is past the end of <var title="">input</var>, return <var title="">value</var> as a
length.</li>
Expand Down Expand Up @@ -3792,7 +3792,7 @@ <h5 id=dates><span class=secno>2.4.5.2 </span>Dates</h5>
number be the <var title="">day</var>.</li>

<li><p>If <var title="">day</var> is not a number in the range
1&nbsp;&le;&nbsp;<var title="">month</var>&nbsp;&le;&nbsp;<var title="">maxday</var>, then fail.</li>
1&nbsp;&le;&nbsp;<var title="">day</var>&nbsp;&le;&nbsp;<var title="">maxday</var>, then fail.</li>

<li><p>Return <var title="">year</var>, <var title="">month</var>,
and <var title="">day</var>.</li>
Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -3025,7 +3025,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<p>If the character indicated by <var title="">position</var> is a
U+002E FULL STOP character (.):</p>

<ol><ol><li><p>Advance <var title="">position</var> to the next
<ol><li><p>Advance <var title="">position</var> to the next
character.</li>

<li><p>If <var title="">position</var> is past the end of <var title="">input</var>, or if the character indicated by <var title="">position</var> is not one of U+0030 DIGIT ZERO (0) to
Expand All @@ -3051,7 +3051,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
to the step labeled <i>fraction loop</i> in these
substeps.</li>

</ol></ol></li>
</ol></li>

<li><p>If <var title="">position</var> is past the end of <var title="">input</var>, return <var title="">value</var> as a
length.</li>
Expand Down Expand Up @@ -3602,7 +3602,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
number be the <var title="">day</var>.</li>

<li><p>If <var title="">day</var> is not a number in the range
1&nbsp;&le;&nbsp;<var title="">month</var>&nbsp;&le;&nbsp;<var title="">maxday</var>, then fail.</li>
1&nbsp;&le;&nbsp;<var title="">day</var>&nbsp;&le;&nbsp;<var title="">maxday</var>, then fail.</li>

<li><p>Return <var title="">year</var>, <var title="">month</var>,
and <var title="">day</var>.</li>
Expand Down
4 changes: 1 addition & 3 deletions source
Expand Up @@ -2216,8 +2216,6 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<p>If the character indicated by <var title="">position</var> is a
U+002E FULL STOP character (.):</p>

<ol>

<ol>

<li><p>Advance <var title="">position</var> to the next
Expand Down Expand Up @@ -2929,7 +2927,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
number be the <var title="">day</var>.</p></li>

<li><p>If <var title="">day</var> is not a number in the range
1&nbsp;&le;&nbsp;<var title="">month</var>&nbsp;&le;&nbsp;<var
1&nbsp;&le;&nbsp;<var title="">day</var>&nbsp;&le;&nbsp;<var
title="">maxday</var>, then fail.</li>

<li><p>Return <var title="">year</var>, <var title="">month</var>,
Expand Down

0 comments on commit 412c50e

Please sign in to comment.