hixie: remove some authoring requirements that are redundant with IDL. (whatwg r3470)

hixie: remove some authoring requirements that are redundant with IDL.
(whatwg r3470)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2673&r2=1.2674&f=h
http://html5.org/tools/web-apps-tracker?from=3469&to=3470

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2673
retrieving revision 1.2674
diff -u -d -r1.2673 -r1.2674
--- Overview.html 27 Jul 2009 21:41:42 -0000 1.2673
+++ Overview.html 27 Jul 2009 22:04:03 -0000 1.2674
@@ -20861,12 +20861,12 @@
   folding). The method must return a <code><a href="#canvaspattern">CanvasPattern</a></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><a href="#htmlimageelement">HTMLImageElement</a></code>, <code><a href="#htmlcanvaselement">HTMLCanvasElement</a></code>, or
   <code><a href="#htmlvideoelement">HTMLVideoElement</a></code>. If the <var title="">image</var> is
   of the wrong type or null, the implementation must raise a
-  <code><a href="#type_mismatch_err">TYPE_MISMATCH_ERR</a></code> exception.</p> <!-- drawImage() has
-  an equivalent paragraph -->
+  <code><a href="#type_mismatch_err">TYPE_MISMATCH_ERR</a></code> exception.</p>
+  <!-- drawImage() has an equivalent paragraph -->
 
   <p>If the <var title="">image</var> argument is an
   <code><a href="#htmlimageelement">HTMLImageElement</a></code> object whose <code title="dom-img-complete"><a href="#dom-img-complete">complete</a></code> attribute is false, then
@@ -22111,7 +22111,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><a href="#htmlimageelement">HTMLImageElement</a></code>, <code><a href="#htmlcanvaselement">HTMLCanvasElement</a></code>, or
   <code><a href="#htmlvideoelement">HTMLVideoElement</a></code>. If the <var title="">image</var> is
   of the wrong type or null, the implementation must raise a

Received on Monday, 27 July 2009 22:05:07 UTC