- From: poot <cvsmail@w3.org>
- Date: Fri, 17 Jun 2011 05:52:14 -0400
- To: public-html-diffs@w3.org
hixie: This wasn't checking that the 'seconds' component was only two characters long. (whatwg r6232) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4995&r2=1.4996&f=h http://html5.org/tools/web-apps-tracker?from=6231&to=6232 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4995 retrieving revision 1.4996 diff -u -d -r1.4995 -r1.4996 --- Overview.html 15 Jun 2011 04:41:16 -0000 1.4995 +++ Overview.html 15 Jun 2011 05:55:13 -0000 1.4996 @@ -4360,8 +4360,9 @@ <li><p><a href="#collect-a-sequence-of-characters">Collect a sequence of characters</a> that are either characters in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9) or U+002E FULL STOP characters. If the collected - sequence has more than one U+002E FULL STOP characters, or if the - last character in the sequence is a U+002E FULL STOP character, + sequence is three characters long, or if it is longer than three + characters long and the third character is not a U+002E FULL STOP + character, or if it has more than one U+002E FULL STOP character, then fail. Otherwise, let the collected string be <var title="">second</var> instead of its previous value.</li> </ol></li>
Received on Friday, 17 June 2011 09:52:17 UTC