[html5] r3470 - [e] (0) remove some authoring requirements that are redundant with IDL.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jul 27 15:03:59 PDT 2009
Author: ianh
Date: 2009-07-27 15:03:57 -0700 (Mon, 27 Jul 2009)
New Revision: 3470
Modified:
index
source
Log:
[e] (0) remove some authoring requirements that are redundant with IDL.
Modified: index
===================================================================
--- index 2009-07-27 21:41:36 UTC (rev 3469)
+++ index 2009-07-27 22:03:57 UTC (rev 3470)
@@ -23731,12 +23731,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
@@ -25039,7 +25039,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
Modified: source
===================================================================
--- source 2009-07-27 21:41:36 UTC (rev 3469)
+++ source 2009-07-27 22:03:57 UTC (rev 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
More information about the Commit-Watchers
mailing list