html5/spec Overview.html,1.3455,1.3456

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

Modified Files:
	Overview.html 
Log Message:
Make the 'parse a time-zone offset component' rules handle errors. (whatwg r4320)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3455
retrieving revision 1.3456
diff -u -d -r1.3455 -r1.3456
--- Overview.html	25 Oct 2009 00:39:26 -0000	1.3455
+++ Overview.html	25 Oct 2009 00:41:31 -0000	1.3456
@@ -3643,7 +3643,9 @@
 
      <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>

Received on Sunday, 25 October 2009 00:41:39 UTC