- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 27 Jul 2009 22:04:06 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv25532 Modified Files: Overview.html Log Message: remove some authoring requirements that are redundant with IDL. (whatwg r3470) Index: Overview.html =================================================================== 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:04:17 UTC