NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 537 - Oops, missed the allowed range for 'minute'. (bug 6356)
Oops, missed the allowed range for 'minute'. (bug 6356)
Status: RESOLVED NOTREPRODUCIBLE
Product: Validator.nu
Classification: Unclassified
Component: Datatype library
HEAD
All All
: P2 normal
Assigned To: Nobody
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-05-27 14:25 CEST by Henri Sivonen
Modified: 2011-05-19 17:39 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henri Sivonen 2009-05-27 14:25:01 CEST
Index: source
===================================================================
--- source	(revision 2878)
+++ source	(revision 2879)
@@ -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):