Skip to content

Commit

Permalink
[e] (0) remove some authoring requirements that are redundant with IDL.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3470 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 27, 2009
1 parent 15c657f commit df31c7b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions index
Expand Up @@ -23731,12 +23731,12 @@ idea from Mihai:
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
Expand Down Expand Up @@ -25039,7 +25039,7 @@ v4DVT (also check for '- -' bits in the part above) --><p>The <dfn id=dom-contex
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
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -25851,12 +25851,12 @@ idea from Mihai:
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
Expand Down Expand Up @@ -27395,7 +27395,7 @@ v4DVT (also check for '- -' bits in the part above) -->
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
Expand Down

0 comments on commit df31c7b

Please sign in to comment.