html5/spec Overview.html,1.4995,1.4996

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

Modified Files:
	Overview.html 
Log Message:
This wasn't checking that the 'seconds' component was only two characters long. (whatwg r6232)

Index: Overview.html
===================================================================
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 Wednesday, 15 June 2011 05:55:22 UTC