Skip to content

Commit

Permalink
[giowt] (0) Make the 'parse a time-zone offset component' rules handl…
Browse files Browse the repository at this point in the history
…e errors.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8028

git-svn-id: http://svn.whatwg.org/webapps@4320 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 25, 2009
1 parent 0b63d07 commit 9b9d174
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion complete.html
Expand Up @@ -4191,7 +4191,9 @@ <h5 id=global-dates-and-times><span class=secno>2.4.5.5 </span>Global dates and

<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>
Expand Down
4 changes: 3 additions & 1 deletion index
Expand Up @@ -4001,7 +4001,9 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d

<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>
Expand Down
2 changes: 2 additions & 0 deletions source
Expand Up @@ -3453,6 +3453,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d

</ol>

<p>Otherwise, fail.</p>

</li>

<li><p>Return <var title="">timezone<sub title="">hours</sub></var>
Expand Down

0 comments on commit 9b9d174

Please sign in to comment.