html5/spec Overview.html,1.3461,1.3462

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21946

Modified Files:
	Overview.html 
Log Message:
Mention what the algorithm can return. (whatwg r4326)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3461
retrieving revision 1.3462
diff -u -d -r1.3461 -r1.3462
--- Overview.html	25 Oct 2009 06:25:13 -0000	1.3461
+++ Overview.html	25 Oct 2009 06:49:15 -0000	1.3462
@@ -2596,7 +2596,9 @@
     </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>

Received on Sunday, 25 October 2009 06:49:22 UTC