Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giowt] (0) This wasn't checking that the 'seconds' component was onl…
…y two characters long.

git-svn-id: http://svn.whatwg.org/webapps@6232 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 15, 2011
1 parent 456999b commit e455722
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions complete.html
Expand Up @@ -5124,8 +5124,9 @@ <h5 id=times><span class=secno>2.5.5.3 </span>Times</h5>
<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>
Expand Down
5 changes: 3 additions & 2 deletions index
Expand Up @@ -5114,8 +5114,9 @@ explained in the previous section, which talks about RFC 2119. -->
<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>
Expand Down
5 changes: 3 additions & 2 deletions source
Expand Up @@ -4553,8 +4553,9 @@ is conforming depends on which specs apply, and leaves it at that. -->
<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>

Expand Down

0 comments on commit e455722

Please sign in to comment.