- From: poot <cvsmail@w3.org>
- Date: Thu, 19 Mar 2009 10:17:29 +0900 (JST)
- To: public-html-diffs@w3.org
Oops, missed the allowed range for 'minute'. (bug 6356) (whatwg r2879) http://www.w3.org/Bugs/Public/show_bug.cgi?id=6356 valid time string http://people.w3.org/mike/diffs/html5/spec/Overview.1.2052.html#valid-time-string http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2051&r2=1.2052&f=h http://html5.org/tools/web-apps-tracker?from=2878&to=2879 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2051 retrieving revision 1.2052 diff -u -d -r1.2051 -r1.2052 --- Overview.html 19 Mar 2009 01:10:44 -0000 1.2051 +++ Overview.html 19 Mar 2009 01:13:26 -0000 1.2052 @@ -2875,7 +2875,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 ≤ <var title="">minute</var> ≤ 59</li> <li>Optionally (required if <var title="">second</var> is non-zero):
Received on Thursday, 19 March 2009 01:18:05 UTC