- From: poot <cvsmail@w3.org>
- Date: Tue, 16 Mar 2010 17:57:29 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Parse '1111-11-11T' correctly. (whatwg r4848) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3883&r2=1.3884&f=h http://html5.org/tools/web-apps-tracker?from=4847&to=4848 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3883 retrieving revision 1.3884 diff -u -d -r1.3883 -r1.3884 --- Overview.html 16 Mar 2010 01:39:16 -0000 1.3883 +++ Overview.html 16 Mar 2010 08:57:14 -0000 1.3884 @@ -3775,9 +3775,7 @@ </li> <li><p>If the <var title="">time present</var> flag is true, then - <a href="#parse-a-time-component">parse a time component</a> to obtain <var title="">hour</var>, <var title="">minute</var>, and <var title="">second</var>. If this returns nothing, then set the <var title="">time present</var> flag to false.</p> - - <li><p>If both the <var title="">date present</var> and <var title="">time present</var> flags are false, then fail.</li> + <a href="#parse-a-time-component">parse a time component</a> to obtain <var title="">hour</var>, <var title="">minute</var>, and <var title="">second</var>. If this returns nothing, then fail.</li> <li><p>If the <var title="">date present</var> and <var title="">time present</var> flags are both true, but <var title="">position</var> is beyond the end of <var title="">input</var>, then fail.</li>
Received on Tuesday, 16 March 2010 08:57:58 UTC