Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) remove redundant requirement (yeah web idl)
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9333

git-svn-id: http://svn.whatwg.org/webapps@4953 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 2, 2010
1 parent 52bd1ce commit df0a049
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 18 deletions.
10 changes: 4 additions & 6 deletions complete.html
Expand Up @@ -26677,9 +26677,8 @@ <h6 id=colors-and-styles><span class=secno>4.8.10.1.4 </span>Colors and styles</
<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 -->
null, the implementation must raise a <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, or
Expand Down Expand Up @@ -28173,9 +28172,8 @@ <h6 id=images><span class=secno>4.8.10.1.11 </span>Images</h6>
<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>
<!-- createPattern() has an equivalent paragraph -->
null, the implementation must raise a <code><a href=#type_mismatch_err>TYPE_MISMATCH_ERR</a></code>
exception.</p> <!-- createPattern() 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, or
Expand Down
10 changes: 4 additions & 6 deletions index
Expand Up @@ -26578,9 +26578,8 @@ idea from Mihai:
<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 -->
null, the implementation must raise a <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, or
Expand Down Expand Up @@ -28074,9 +28073,8 @@ v5DVT (also check for '- -' bits in the part above) --><p>The <dfn id=dom-contex
<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>
<!-- createPattern() has an equivalent paragraph -->
null, the implementation must raise a <code><a href=#type_mismatch_err>TYPE_MISMATCH_ERR</a></code>
exception.</p> <!-- createPattern() 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, or
Expand Down
10 changes: 4 additions & 6 deletions source
Expand Up @@ -28948,9 +28948,8 @@ idea from Mihai:
<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
Expand Down Expand Up @@ -30718,9 +30717,8 @@ v5DVT (also check for '- -' bits in the part above) -->
<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
Expand Down

0 comments on commit df0a049

Please sign in to comment.