[html5] r6107 - [e] (0) fix domintro block Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12187

whatwg at whatwg.org whatwg at whatwg.org
Fri May 6 13:24:09 PDT 2011


Author: ianh
Date: 2011-05-06 13:24:08 -0700 (Fri, 06 May 2011)
New Revision: 6107

Modified:
   complete.html
   index
   source
Log:
[e] (0) fix domintro block
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12187

Modified: complete.html
===================================================================
--- complete.html	2011-05-06 20:09:26 UTC (rev 6106)
+++ complete.html	2011-05-06 20:24:08 UTC (rev 6107)
@@ -36393,10 +36393,9 @@
     <code><a href=#the-canvas-element>canvas</a></code>, or <code><a href=#the-video-element>video</a></code> element, throws a
     <code><a href=#type_mismatch_err>TYPE_MISMATCH_ERR</a></code> exception. If the image has no
     image data, throws an <code><a href=#invalid_state_err>INVALID_STATE_ERR</a></code> exception. If
-    the numeric arguments don't make sense (e.g. the destination is a
-    0×0 rectangle), throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code>
-    exception. If the image isn't yet fully decoded, then nothing is
-    drawn.</p>
+    the one of the source rectangle dimensions is zero, throws an
+    <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception. If the image isn't yet
+    fully decoded, then nothing is drawn.</p>
 
    </dd>
 

Modified: index
===================================================================
--- index	2011-05-06 20:09:26 UTC (rev 6106)
+++ index	2011-05-06 20:24:08 UTC (rev 6107)
@@ -36421,10 +36421,9 @@
     <code><a href=#the-canvas-element>canvas</a></code>, or <code><a href=#the-video-element>video</a></code> element, throws a
     <code><a href=#type_mismatch_err>TYPE_MISMATCH_ERR</a></code> exception. If the image has no
     image data, throws an <code><a href=#invalid_state_err>INVALID_STATE_ERR</a></code> exception. If
-    the numeric arguments don't make sense (e.g. the destination is a
-    0×0 rectangle), throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code>
-    exception. If the image isn't yet fully decoded, then nothing is
-    drawn.</p>
+    the one of the source rectangle dimensions is zero, throws an
+    <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception. If the image isn't yet
+    fully decoded, then nothing is drawn.</p>
 
    </dd>
 

Modified: source
===================================================================
--- source	2011-05-06 20:09:26 UTC (rev 6106)
+++ source	2011-05-06 20:24:08 UTC (rev 6107)
@@ -40364,10 +40364,9 @@
     <code>canvas</code>, or <code>video</code> element, throws a
     <code>TYPE_MISMATCH_ERR</code> exception. If the image has no
     image data, throws an <code>INVALID_STATE_ERR</code> exception. If
-    the numeric arguments don't make sense (e.g. the destination is a
-    0×0 rectangle), throws an <code>INDEX_SIZE_ERR</code>
-    exception. If the image isn't yet fully decoded, then nothing is
-    drawn.</p>
+    the one of the source rectangle dimensions is zero, throws an
+    <code>INDEX_SIZE_ERR</code> exception. If the image isn't yet
+    fully decoded, then nothing is drawn.</p>
 
    </dd>
 




More information about the Commit-Watchers mailing list