Skip to content

Commit

Permalink
[e] (0) Mention what the algorithm can return.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8041

git-svn-id: http://svn.whatwg.org/webapps@4326 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 25, 2009
1 parent 56c8d09 commit 1747cf7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion complete.html
Expand Up @@ -3070,7 +3070,9 @@ <h5 id=ratios><span class=secno>2.4.4.4 </span>Ratios</h5>
</table><div class=impl>

<p>The <dfn id=steps-for-finding-one-or-two-numbers-of-a-ratio-in-a-string>steps for finding one or two numbers of a ratio in a
string</dfn> are as follows:</p>
string</dfn> are as given in the following algorithm. This algorithm
will return either a number, or a number and a denominator
character, or two numbers, or nothing.</p>

<ol><li><p>Let <var title="">input</var> be the string being
parsed.</li>
Expand Down
4 changes: 3 additions & 1 deletion index
Expand Up @@ -2880,7 +2880,9 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
</table><div class=impl>

<p>The <dfn id=steps-for-finding-one-or-two-numbers-of-a-ratio-in-a-string>steps for finding one or two numbers of a ratio in a
string</dfn> are as follows:</p>
string</dfn> are as given in the following algorithm. This algorithm
will return either a number, or a number and a denominator
character, or two numbers, or nothing.</p>

<ol><li><p>Let <var title="">input</var> be the string being
parsed.</li>
Expand Down
4 changes: 3 additions & 1 deletion source
Expand Up @@ -2047,7 +2047,9 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<div class="impl">

<p>The <dfn>steps for finding one or two numbers of a ratio in a
string</dfn> are as follows:</p>
string</dfn> are as given in the following algorithm. This algorithm
will return either a number, or a number and a denominator
character, or two numbers, or nothing.</p>

<ol>

Expand Down

0 comments on commit 1747cf7

Please sign in to comment.