[html5] r4848 - [giowt] (0) Parse '1111-11-11T' correctly.

whatwg at whatwg.org whatwg at whatwg.org
Tue Mar 16 01:57:10 PDT 2010


Author: ianh
Date: 2010-03-16 01:57:09 -0700 (Tue, 16 Mar 2010)
New Revision: 4848

Modified:
   complete.html
   index
   source
Log:
[giowt] (0) Parse '1111-11-11T' correctly.

Modified: complete.html
===================================================================
--- complete.html	2010-03-16 01:39:10 UTC (rev 4847)
+++ complete.html	2010-03-16 08:57:09 UTC (rev 4848)
@@ -4401,10 +4401,8 @@
    </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>
+   <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 both the <var title="">date present</var> and <var title="">time present</var> flags are false, 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>
 
    <li><p>If the <var title="">date present</var> and <var title="">time present</var> flags are both true, <a href=#parse-a-time-zone-offset-component>parse a

Modified: index
===================================================================
--- index	2010-03-16 01:39:10 UTC (rev 4847)
+++ index	2010-03-16 08:57:09 UTC (rev 4848)
@@ -4300,10 +4300,8 @@
    </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>
+   <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 both the <var title="">date present</var> and <var title="">time present</var> flags are false, 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>
 
    <li><p>If the <var title="">date present</var> and <var title="">time present</var> flags are both true, <a href=#parse-a-time-zone-offset-component>parse a

Modified: source
===================================================================
--- source	2010-03-16 01:39:10 UTC (rev 4847)
+++ source	2010-03-16 08:57:09 UTC (rev 4848)
@@ -3751,12 +3751,8 @@
    <li><p>If the <var title="">time present</var> flag is true, then
    <span>parse a time component</span> 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>
+   title="">second</var>. If this returns nothing, then fail.</p></li>
 
-   <li><p>If both the <var title="">date present</var> and <var
-   title="">time present</var> flags are false, then fail.</p></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




More information about the Commit-Watchers mailing list