Skip to content

Commit

Permalink
[e] (0) fix domintro block
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12187

git-svn-id: http://svn.whatwg.org/webapps@6107 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 6, 2011
1 parent 680f63c commit 17eb3cb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
7 changes: 3 additions & 4 deletions complete.html
Expand Up @@ -36393,10 +36393,9 @@ <h6 id=images><span class=secno>4.8.11.1.11 </span>Images</h6>
<code><a href=#the-canvas-element>canvas</a></code>, or <code><a href=#the-video-element>video</a></code> element, throws a
<code><a href=#type_mismatch_err>TYPE_MISMATCH_ERR</a></code> exception. If the image has no
image data, throws an <code><a href=#invalid_state_err>INVALID_STATE_ERR</a></code> exception. If
the numeric arguments don't make sense (e.g. the destination is a
0&times;0 rectangle), throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code>
exception. If the image isn't yet fully decoded, then nothing is
drawn.</p>
the one of the source rectangle dimensions is zero, throws an
<code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception. If the image isn't yet
fully decoded, then nothing is drawn.</p>

</dd>

Expand Down
7 changes: 3 additions & 4 deletions index
Expand Up @@ -36421,10 +36421,9 @@ v5DVT (also check for '- -' bits in the part above) --><p>The <dfn id=dom-contex
<code><a href=#the-canvas-element>canvas</a></code>, or <code><a href=#the-video-element>video</a></code> element, throws a
<code><a href=#type_mismatch_err>TYPE_MISMATCH_ERR</a></code> exception. If the image has no
image data, throws an <code><a href=#invalid_state_err>INVALID_STATE_ERR</a></code> exception. If
the numeric arguments don't make sense (e.g. the destination is a
0&times;0 rectangle), throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code>
exception. If the image isn't yet fully decoded, then nothing is
drawn.</p>
the one of the source rectangle dimensions is zero, throws an
<code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception. If the image isn't yet
fully decoded, then nothing is drawn.</p>

</dd>

Expand Down
7 changes: 3 additions & 4 deletions source
Expand Up @@ -40364,10 +40364,9 @@ v5DVT (also check for '- -' bits in the part above) -->
<code>canvas</code>, or <code>video</code> element, throws a
<code>TYPE_MISMATCH_ERR</code> exception. If the image has no
image data, throws an <code>INVALID_STATE_ERR</code> exception. If
the numeric arguments don't make sense (e.g. the destination is a
0&times;0 rectangle), throws an <code>INDEX_SIZE_ERR</code>
exception. If the image isn't yet fully decoded, then nothing is
drawn.</p>
the one of the source rectangle dimensions is zero, throws an
<code>INDEX_SIZE_ERR</code> exception. If the image isn't yet
fully decoded, then nothing is drawn.</p>

</dd>

Expand Down

0 comments on commit 17eb3cb

Please sign in to comment.