Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8042

git-svn-id: http://svn.whatwg.org/webapps@4327 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 25, 2009
1 parent 1747cf7 commit 802902c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -3101,7 +3101,7 @@ <h5 id=ratios><span class=secno>2.4.4.4 </span>Ratios</h5>
any), but <var title="">denominator</var> has a value, return
nothing and abort these steps.</li>

<li><p>Otherwise, if <var title="">denominator</var> has value,
<li><p>Otherwise, if <var title="">denominator</var> has a value,
return <var title="">number1</var> and <var title="">denominator</var> and abort these steps.</li>

<li><p><a href=#find-a-number>Find a number</a> in the string again. If this
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -2911,7 +2911,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
any), but <var title="">denominator</var> has a value, return
nothing and abort these steps.</li>

<li><p>Otherwise, if <var title="">denominator</var> has value,
<li><p>Otherwise, if <var title="">denominator</var> has a value,
return <var title="">number1</var> and <var title="">denominator</var> and abort these steps.</li>

<li><p><a href=#find-a-number>Find a number</a> in the string again. If this
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -2083,7 +2083,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
any), but <var title="">denominator</var> has a value, return
nothing and abort these steps.</p></li>

<li><p>Otherwise, if <var title="">denominator</var> has value,
<li><p>Otherwise, if <var title="">denominator</var> has a value,
return <var title="">number1</var> and <var
title="">denominator</var> and abort these steps.</p></li>

Expand Down

0 comments on commit 802902c

Please sign in to comment.