HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/3470

SVNBugCommentTime (UTC)
3470remove some authoring requirements that are redundant with IDL.2009-07-27 22:03
Index: source
===================================================================
--- source	(revision 3469)
+++ source	(revision 3470)
@@ -25851,12 +25851,12 @@
   folding). The method must return a <code>CanvasPattern</code> object
   suitably initialized.</p>
 
-  <p>The <var title="">image</var> argument must be an instance of
+  <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 -->
+  <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
@@ -27395,7 +27395,7 @@
   the image's intrinsic width in image pixels, and the image's
   intrinsic height in image pixels, respectively.</p>
 
-  <p>The <var title="">image</var> argument must be an instance of
+  <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

|