- From: poot <cvsmail@w3.org>
- Date: Fri, 2 Apr 2010 15:25:26 +0900 (JST)
- To: public-html-diffs@w3.org
2Dapi; hixie: remove redundant requirement (yeah web idl) (whatwg r4953) http://dev.w3.org/cvsweb/html5/2dcontext/Overview.html?r1=1.33&r2=1.34&f=h http://html5.org/tools/web-apps-tracker?from=4952&to=4953 =================================================================== 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:25:54 UTC