[html5] r5444 - [e] (0) WebIDL takes care of this. Fixing http://www.w3.org/Bugs/Public/show_bug [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 7 23:37:31 PDT 2010


Author: ianh
Date: 2010-09-07 23:37:29 -0700 (Tue, 07 Sep 2010)
New Revision: 5444

Modified:
   complete.html
   index
   source
Log:
[e] (0) WebIDL takes care of this.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10194

Modified: complete.html
===================================================================
--- complete.html	2010-09-08 06:32:56 UTC (rev 5443)
+++ complete.html	2010-09-08 06:37:29 UTC (rev 5444)
@@ -32729,8 +32729,8 @@
     wholesale, with no composition, alpha blending, no shadows,
     etc.</p>
 
-    <p>If the first argument isn't an <code><a href=#imagedata>ImageData</a></code> object,
-    throws a <code><a href=#type_mismatch_err>TYPE_MISMATCH_ERR</a></code> exception. Throws a
+    <p>If the first argument is null, throws a
+    <code><a href=#type_mismatch_err>TYPE_MISMATCH_ERR</a></code> exception. Throws a
     <code><a href=#not_supported_err>NOT_SUPPORTED_ERR</a></code> exception if any of the other
     arguments are not finite.</p>
 
@@ -32815,8 +32815,7 @@
   <p>If any of the arguments to the method are infinite or NaN, the
   method must raise a <code><a href=#not_supported_err>NOT_SUPPORTED_ERR</a></code> exception.</p>
 
-  <p>If the first argument to the method is null or not an
-  <code><a href=#imagedata>ImageData</a></code> object then the <code title=dom-context-2d-putImageData><a href=#dom-context-2d-putimagedata>putImageData()</a></code> method
+  <p>If the first argument to the method is null, then the <code title=dom-context-2d-putImageData><a href=#dom-context-2d-putimagedata>putImageData()</a></code> method
   must raise a <code><a href=#type_mismatch_err>TYPE_MISMATCH_ERR</a></code> exception.</p>
 
   <p>When the last four arguments are omitted, they must be assumed to

Modified: index
===================================================================
--- index	2010-09-08 06:32:56 UTC (rev 5443)
+++ index	2010-09-08 06:37:29 UTC (rev 5444)
@@ -32709,8 +32709,8 @@
     wholesale, with no composition, alpha blending, no shadows,
     etc.</p>
 
-    <p>If the first argument isn't an <code><a href=#imagedata>ImageData</a></code> object,
-    throws a <code><a href=#type_mismatch_err>TYPE_MISMATCH_ERR</a></code> exception. Throws a
+    <p>If the first argument is null, throws a
+    <code><a href=#type_mismatch_err>TYPE_MISMATCH_ERR</a></code> exception. Throws a
     <code><a href=#not_supported_err>NOT_SUPPORTED_ERR</a></code> exception if any of the other
     arguments are not finite.</p>
 
@@ -32795,8 +32795,7 @@
   <p>If any of the arguments to the method are infinite or NaN, the
   method must raise a <code><a href=#not_supported_err>NOT_SUPPORTED_ERR</a></code> exception.</p>
 
-  <p>If the first argument to the method is null or not an
-  <code><a href=#imagedata>ImageData</a></code> object then the <code title=dom-context-2d-putImageData><a href=#dom-context-2d-putimagedata>putImageData()</a></code> method
+  <p>If the first argument to the method is null, then the <code title=dom-context-2d-putImageData><a href=#dom-context-2d-putimagedata>putImageData()</a></code> method
   must raise a <code><a href=#type_mismatch_err>TYPE_MISMATCH_ERR</a></code> exception.</p>
 
   <p>When the last four arguments are omitted, they must be assumed to

Modified: source
===================================================================
--- source	2010-09-08 06:32:56 UTC (rev 5443)
+++ source	2010-09-08 06:37:29 UTC (rev 5444)
@@ -36113,8 +36113,8 @@
     wholesale, with no composition, alpha blending, no shadows,
     etc.</p>
 
-    <p>If the first argument isn't an <code>ImageData</code> object,
-    throws a <code>TYPE_MISMATCH_ERR</code> exception. Throws a
+    <p>If the first argument is null, throws a
+    <code>TYPE_MISMATCH_ERR</code> exception. Throws a
     <code>NOT_SUPPORTED_ERR</code> exception if any of the other
     arguments are not finite.</p>
 
@@ -36227,8 +36227,7 @@
   <p>If any of the arguments to the method are infinite or NaN, the
   method must raise a <code>NOT_SUPPORTED_ERR</code> exception.</p>
 
-  <p>If the first argument to the method is null or not an
-  <code>ImageData</code> object then the <code
+  <p>If the first argument to the method is null, then the <code
   title="dom-context-2d-putImageData">putImageData()</code> method
   must raise a <code>TYPE_MISMATCH_ERR</code> exception.</p>
 




More information about the Commit-Watchers mailing list