html5/spec Overview.html,1.3883,1.3884

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv7702

Modified Files:
	Overview.html 
Log Message:
Parse '1111-11-11T' correctly. (whatwg r4848)

Index: Overview.html
===================================================================
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:19 UTC