Skip to content

Commit

Permalink
[e] (0) WebIDL takes care of this.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10194

git-svn-id: http://svn.whatwg.org/webapps@5444 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 8, 2010
1 parent 1d21d07 commit 78159e1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
7 changes: 3 additions & 4 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -32729,8 +32729,8 @@ <h6 id=pixel-manipulation><span class=secno>4.8.11.1.12 </span><dfn>Pixel manipu
wholesale, with no composition, alpha blending, no shadows,
etc.</p>

<p>If the first argument isn't an <code><a href=#imagedata>ImageData</a></code> object,
throws a <code><a href=#type_mismatch_err>TYPE_MISMATCH_ERR</a></code> exception. Throws a
<p>If the first argument is null, throws a
<code><a href=#type_mismatch_err>TYPE_MISMATCH_ERR</a></code> exception. Throws a
<code><a href=#not_supported_err>NOT_SUPPORTED_ERR</a></code> exception if any of the other
arguments are not finite.</p>

Expand Down Expand Up @@ -32815,8 +32815,7 @@ <h6 id=pixel-manipulation><span class=secno>4.8.11.1.12 </span><dfn>Pixel manipu
<p>If any of the arguments to the method are infinite or NaN, the
method must raise a <code><a href=#not_supported_err>NOT_SUPPORTED_ERR</a></code> exception.</p>

<p>If the first argument to the method is null or not an
<code><a href=#imagedata>ImageData</a></code> object then the <code title=dom-context-2d-putImageData><a href=#dom-context-2d-putimagedata>putImageData()</a></code> method
<p>If the first argument to the method is null, then the <code title=dom-context-2d-putImageData><a href=#dom-context-2d-putimagedata>putImageData()</a></code> method
must raise a <code><a href=#type_mismatch_err>TYPE_MISMATCH_ERR</a></code> exception.</p>

<p>When the last four arguments are omitted, they must be assumed to
Expand Down
7 changes: 3 additions & 4 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -32709,8 +32709,8 @@ v5DVT (also check for '- -' bits in the part above) --><p>The <dfn id=dom-contex
wholesale, with no composition, alpha blending, no shadows,
etc.</p>

<p>If the first argument isn't an <code><a href=#imagedata>ImageData</a></code> object,
throws a <code><a href=#type_mismatch_err>TYPE_MISMATCH_ERR</a></code> exception. Throws a
<p>If the first argument is null, throws a
<code><a href=#type_mismatch_err>TYPE_MISMATCH_ERR</a></code> exception. Throws a
<code><a href=#not_supported_err>NOT_SUPPORTED_ERR</a></code> exception if any of the other
arguments are not finite.</p>

Expand Down Expand Up @@ -32795,8 +32795,7 @@ v5DVT (also check for '- -' bits in the part above) --><p>The <dfn id=dom-contex
<p>If any of the arguments to the method are infinite or NaN, the
method must raise a <code><a href=#not_supported_err>NOT_SUPPORTED_ERR</a></code> exception.</p>

<p>If the first argument to the method is null or not an
<code><a href=#imagedata>ImageData</a></code> object then the <code title=dom-context-2d-putImageData><a href=#dom-context-2d-putimagedata>putImageData()</a></code> method
<p>If the first argument to the method is null, then the <code title=dom-context-2d-putImageData><a href=#dom-context-2d-putimagedata>putImageData()</a></code> method
must raise a <code><a href=#type_mismatch_err>TYPE_MISMATCH_ERR</a></code> exception.</p>

<p>When the last four arguments are omitted, they must be assumed to
Expand Down
7 changes: 3 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -36113,8 +36113,8 @@ v5DVT (also check for '- -' bits in the part above) -->
wholesale, with no composition, alpha blending, no shadows,
etc.</p>

<p>If the first argument isn't an <code>ImageData</code> object,
throws a <code>TYPE_MISMATCH_ERR</code> exception. Throws a
<p>If the first argument is null, throws a
<code>TYPE_MISMATCH_ERR</code> exception. Throws a
<code>NOT_SUPPORTED_ERR</code> exception if any of the other
arguments are not finite.</p>

Expand Down Expand Up @@ -36227,8 +36227,7 @@ v5DVT (also check for '- -' bits in the part above) -->
<p>If any of the arguments to the method are infinite or NaN, the
method must raise a <code>NOT_SUPPORTED_ERR</code> exception.</p>

<p>If the first argument to the method is null or not an
<code>ImageData</code> object then the <code
<p>If the first argument to the method is null, then the <code
title="dom-context-2d-putImageData">putImageData()</code> method
must raise a <code>TYPE_MISMATCH_ERR</code> exception.</p>

Expand Down

0 comments on commit 78159e1

Please sign in to comment.