[html5] r6232 - [giowt] (0) This wasn't checking that the 'seconds' component was only two chara [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jun 14 22:55:09 PDT 2011


Author: ianh
Date: 2011-06-14 22:55:07 -0700 (Tue, 14 Jun 2011)
New Revision: 6232

Modified:
   complete.html
   index
   source
Log:
[giowt] (0) This wasn't checking that the 'seconds' component was only two characters long.

Modified: complete.html
===================================================================
--- complete.html	2011-06-15 04:41:12 UTC (rev 6231)
+++ complete.html	2011-06-15 05:55:07 UTC (rev 6232)
@@ -5124,8 +5124,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>

Modified: index
===================================================================
--- index	2011-06-15 04:41:12 UTC (rev 6231)
+++ index	2011-06-15 05:55:07 UTC (rev 6232)
@@ -5114,8 +5114,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>

Modified: source
===================================================================
--- source	2011-06-15 04:41:12 UTC (rev 6231)
+++ source	2011-06-15 05:55:07 UTC (rev 6232)
@@ -4553,8 +4553,9 @@
      <li><p><span>Collect a sequence of characters</span> 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.</p></li>
 




More information about the Commit-Watchers mailing list