[html5] r4320 - [giowt] (0) Make the 'parse a time-zone offset component' rules handle errors. F [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sat Oct 24 17:55:04 PDT 2009
Author: ianh
Date: 2009-10-24 17:55:00 -0700 (Sat, 24 Oct 2009)
New Revision: 4320
Modified:
complete.html
index
source
Log:
[giowt] (0) Make the 'parse a time-zone offset component' rules handle errors.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8028
Modified: complete.html
===================================================================
--- complete.html 2009-10-25 00:52:54 UTC (rev 4319)
+++ complete.html 2009-10-25 00:55:00 UTC (rev 4320)
@@ -4191,8 +4191,10 @@
<li>If <var title="">sign</var> is "negative", then negate <var title="">timezone<sub title="">minutes</sub></var>.</li>
- </ol></li>
+ </ol><p>Otherwise, fail.</p>
+ </li>
+
<li><p>Return <var title="">timezone<sub title="">hours</sub></var>
and <var title="">timezone<sub title="">minutes</sub></var>.</li>
Modified: index
===================================================================
--- index 2009-10-25 00:52:54 UTC (rev 4319)
+++ index 2009-10-25 00:55:00 UTC (rev 4320)
@@ -4001,8 +4001,10 @@
<li>If <var title="">sign</var> is "negative", then negate <var title="">timezone<sub title="">minutes</sub></var>.</li>
- </ol></li>
+ </ol><p>Otherwise, fail.</p>
+ </li>
+
<li><p>Return <var title="">timezone<sub title="">hours</sub></var>
and <var title="">timezone<sub title="">minutes</sub></var>.</li>
Modified: source
===================================================================
--- source 2009-10-25 00:52:54 UTC (rev 4319)
+++ source 2009-10-25 00:55:00 UTC (rev 4320)
@@ -3453,6 +3453,8 @@
</ol>
+ <p>Otherwise, fail.</p>
+
</li>
<li><p>Return <var title="">timezone<sub title="">hours</sub></var>
More information about the Commit-Watchers
mailing list