html5/2dcontext Overview.html,1.33,1.34

Update of /sources/public/html5/2dcontext
In directory hutz:/tmp/cvs-serv7516

Modified Files:
	Overview.html 
Log Message:
remove redundant requirement (yeah web idl) (whatwg r4953)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/2dcontext/Overview.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Overview.html	31 Mar 2010 05:17:46 -0000	1.33
+++ Overview.html	2 Apr 2010 06:24:11 -0000	1.34
@@ -1200,9 +1200,8 @@
   <p>The <var title="">image</var> argument is an instance of either
   <code>HTMLImageElement</code>, <code>HTMLCanvasElement</code>, or
   <code>HTMLVideoElement</code>. If the <var title="">image</var> is
-  of the wrong type or null, the implementation must raise a
-  <code>TYPE_MISMATCH_ERR</code> exception.</p>
-  <!-- drawImage() has an equivalent paragraph -->
+  null, the implementation must raise a <code>TYPE_MISMATCH_ERR</code>
+  exception.</p> <!-- drawImage() has an equivalent paragraph -->
 
   <p>If the <var title="">image</var> argument is an
   <code>HTMLImageElement</code> object whose <code title="dom-img-complete">complete</code> attribute is false, or
@@ -2625,9 +2624,8 @@
   <p>The <var title="">image</var> argument is an instance of either
   <code>HTMLImageElement</code>, <code>HTMLCanvasElement</code>, or
   <code>HTMLVideoElement</code>. If the <var title="">image</var> is
-  of the wrong type or null, the implementation must raise a
-  <code>TYPE_MISMATCH_ERR</code> exception.</p>
-  <!-- createPattern() has an equivalent paragraph -->
+  null, the implementation must raise a <code>TYPE_MISMATCH_ERR</code>
+  exception.</p> <!-- createPattern() has an equivalent paragraph -->
 
   <p>If the <var title="">image</var> argument is an
   <code>HTMLImageElement</code> object whose <code title="dom-img-complete">complete</code> attribute is false, or

Received on Friday, 2 April 2010 06:24:17 UTC