html5/spec Overview.html,1.3607,1.3608

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

Modified Files:
	Overview.html 
Log Message:
be correct about what the 'otherwise' cases are. (whatwg r4510)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3607
retrieving revision 1.3608
diff -u -d -r1.3607 -r1.3608
--- Overview.html	6 Jan 2010 07:45:38 -0000	1.3607
+++ Overview.html	6 Jan 2010 07:53:13 -0000	1.3608
@@ -23651,9 +23651,9 @@
   </ul><!-- v3: drawImage() of an ImageData object might make sense (when resizing as well as filtering) - ack Charles Pritchard --><p>Each of those three can take either an
   <code><a href="#htmlimageelement">HTMLImageElement</a></code>, an <code><a href="#htmlcanvaselement">HTMLCanvasElement</a></code>, or
   an <code><a href="#htmlvideoelement">HTMLVideoElement</a></code> for the <var title="">image</var>
-  argument.<dl class="domintro"><dt><var title="">context</var> . <code title="">drawImage</code>(<var title="">image</var>, <var title="">dx</var>, <var title="">dy</var>)</dt>
-   <dt><var title="">context</var> . <code title="">drawImage</code>(<var title="">image</var>, <var title="">dx</var>, <var title="">dy</var>, <var title="">dw</var>, <var title="">dh</var>)</dt>
-   <dt><var title="">context</var> . <code title="">drawImage</code>(<var title="">image</var>, <var title="">sx</var>, <var title="">sy</var>, <var title="">sw</var>, <var title="">sh</var>, <var title="">dx</var>, <var title="">dy</var>, <var title="">dw</var>, <var title="">dh</var>)</dt>
+  argument.<dl class="domintro"><dt><var title="">context</var> . <code title="dom-context-2d-drawImage"><a href="#dom-context-2d-drawimage">drawImage</a></code>(<var title="">image</var>, <var title="">dx</var>, <var title="">dy</var>)</dt>
+   <dt><var title="">context</var> . <code title="dom-context-2d-drawImage"><a href="#dom-context-2d-drawimage">drawImage</a></code>(<var title="">image</var>, <var title="">dx</var>, <var title="">dy</var>, <var title="">dw</var>, <var title="">dh</var>)</dt>
+   <dt><var title="">context</var> . <code title="dom-context-2d-drawImage"><a href="#dom-context-2d-drawimage">drawImage</a></code>(<var title="">image</var>, <var title="">sx</var>, <var title="">sy</var>, <var title="">sw</var>, <var title="">sh</var>, <var title="">dx</var>, <var title="">dy</var>, <var title="">dw</var>, <var title="">dh</var>)</dt>
 
    <dd>
 
@@ -26216,8 +26216,8 @@
           zero, then let <var title="">span</var> be that value.</p>
 
           <p>Otherwise, if the <code><a href="#the-col-element">col</a></code> element has no <code title="attr-col-span"><a href="#attr-col-span">span</a></code> attribute, or if trying to
-          parse the attribute's value resulted in an error, then let
-          <var title="">span</var> be 1.</p>
+          parse the attribute's value resulted in an error or zero,
+          then let <var title="">span</var> be 1.</p>
 
          </li>
 
@@ -26275,9 +26275,9 @@
           zero, then let <var title="">span</var> be that value.</p>
 
           <p>Otherwise, if the <code><a href="#the-colgroup-element">colgroup</a></code> element has no
-          <code title="attr-colgroup-span"><a href="#attr-colgroup-span">span</a></code> attribute, or if
-          trying to parse the attribute's value resulted in an error,
-          then let <var title="">span</var> be 1.</p>
+          <code title="attr-colgroup-span"><a href="#attr-colgroup-span">span</a></code> attribute, or
+          if trying to parse the attribute's value resulted in an
+          error or zero, then let <var title="">span</var> be 1.</p>
 
          </li>
 

Received on Wednesday, 6 January 2010 07:53:17 UTC