Skip to content

Commit

Permalink
[ac] (0) Oops, missed the allowed range for 'minute'. (bug 6356)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2879 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 19, 2009
1 parent cfaf547 commit 35d4d1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index
Expand Up @@ -3199,7 +3199,8 @@
<li>A U+003A COLON character (:)</li>

<li>Two <a href=#concept-datetime-digit title=concept-datetime-digit>digits</a>,
representing <var title="">minute</var></li>
representing <var title="">minute</var>, in the range
0&nbsp;&le;&nbsp;<var title="">minute</var>&nbsp;&le;&nbsp;59</li>

<li>Optionally (required if <var title="">second</var> is
non-zero):
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -2520,7 +2520,8 @@
<li>A U+003A COLON character (:)</li>

<li>Two <span title="concept-datetime-digit">digits</span>,
representing <var title="">minute</var></li>
representing <var title="">minute</var>, in the range
0&nbsp;&le;&nbsp;<var title="">minute</var>&nbsp;&le;&nbsp;59</li>

<li>Optionally (required if <var title="">second</var> is
non-zero):
Expand Down

0 comments on commit 35d4d1f

Please sign in to comment.