- From: poot <cvsmail@w3.org>
- Date: Tue, 14 Jul 2009 14:25:45 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Correct a logic error in the algorithm for parsing a vague date
or time. (whatwg r3404)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2533&r2=1.2534&f=h
http://html5.org/tools/web-apps-tracker?from=3403&to=3404
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2533
retrieving revision 1.2534
diff -u -d -r1.2533 -r1.2534
--- Overview.html 14 Jul 2009 05:00:08 -0000 1.2533
+++ Overview.html 14 Jul 2009 05:24:06 -0000 1.2534
@@ -3582,8 +3582,7 @@
<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="">time present</var> flag is 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, 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-component">parse a
time-zone component</a> to obtain <var title="">timezone<sub title="">hours</sub></var> and <var title="">timezone<sub title="">minutes</sub></var>. If this returns nothing, then
Received on Tuesday, 14 July 2009 05:26:26 UTC