- From: poot <cvsmail@w3.org>
- Date: Sun, 25 Oct 2009 15:49:38 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Mention what the algorithm can return. (whatwg r4326) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3461&r2=1.3462&f=h http://html5.org/tools/web-apps-tracker?from=4325&to=4326 =================================================================== 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:50:08 UTC