Skip to content

Commit

Permalink
[e] (0) Make non-normative text more accurate.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21173
Affected topics: Canvas

git-svn-id: http://svn.whatwg.org/webapps@7885 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 3, 2013
1 parent 0b3c158 commit 255f88d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
9 changes: 3 additions & 6 deletions complete.html
Expand Up @@ -256,7 +256,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 1 June 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 3 June 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -35993,9 +35993,7 @@ <h6 id=fill-and-stroke-styles><span class=secno>4.8.11.2.10 </span>Fill and stro

<p>The allowed values for <var title="">repetition</var> are <code title="">repeat</code> (both directions), <code title="">repeat-x</code> (horizontal only), <code title="">repeat-y</code> (vertical only), and <code title="">no-repeat</code> (neither). If the <var title="">repetition</var> argument is empty, the value <code title="">repeat</code> is used.</p>

<p>If the image has no image data, throws an <code><a href=#invalidstateerror>InvalidStateError</a></code> exception. If the
second argument isn't one of the allowed values, throws a <code><a href=#syntaxerror>SyntaxError</a></code> exception. If
the image isn't yet fully decoded, then the method returns null.</p>
<p>If the image isn't yet fully decoded, then nothing is drawn. If the image is a canvas with no data, throws an <code><a href=#invalidstateerror>InvalidStateError</a></code> exception.</p>

</dd>

Expand Down Expand Up @@ -36980,8 +36978,7 @@ <h6 id=drawing-images><span class=secno>4.8.11.2.14 </span>Drawing images</h6>

<p><img alt="The sx and sy parameters give the x and y coordinates of the source rectangle; the sw and sh arguments give the width and height of the source rectangle; the dx and dy give the x and y coordinates of the destination rectangle; and the dw and dh arguments give the width and height of the destination rectangle." height=356 src=http://images.whatwg.org/drawImage.png width=356></p>

<p>If the image has no image data, throws an <code><a href=#invalidstateerror>InvalidStateError</a></code> exception. If the
image isn't yet fully decoded, then nothing is drawn.</p>
<p>If the image isn't yet fully decoded, then nothing is drawn. If the image is a canvas with no data, throws an <code><a href=#invalidstateerror>InvalidStateError</a></code> exception.</p>

</dd>

Expand Down
9 changes: 3 additions & 6 deletions index
Expand Up @@ -256,7 +256,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 1 June 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 3 June 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -35993,9 +35993,7 @@ try {

<p>The allowed values for <var title="">repetition</var> are <code title="">repeat</code> (both directions), <code title="">repeat-x</code> (horizontal only), <code title="">repeat-y</code> (vertical only), and <code title="">no-repeat</code> (neither). If the <var title="">repetition</var> argument is empty, the value <code title="">repeat</code> is used.</p>

<p>If the image has no image data, throws an <code><a href=#invalidstateerror>InvalidStateError</a></code> exception. If the
second argument isn't one of the allowed values, throws a <code><a href=#syntaxerror>SyntaxError</a></code> exception. If
the image isn't yet fully decoded, then the method returns null.</p>
<p>If the image isn't yet fully decoded, then nothing is drawn. If the image is a canvas with no data, throws an <code><a href=#invalidstateerror>InvalidStateError</a></code> exception.</p>

</dd>

Expand Down Expand Up @@ -36980,8 +36978,7 @@ v6DVT (also check for '- -' bits in the part above) --><p>The <dfn id=dom-contex

<p><img alt="The sx and sy parameters give the x and y coordinates of the source rectangle; the sw and sh arguments give the width and height of the source rectangle; the dx and dy give the x and y coordinates of the destination rectangle; and the dw and dh arguments give the width and height of the destination rectangle." height=356 src=http://images.whatwg.org/drawImage.png width=356></p>

<p>If the image has no image data, throws an <code><a href=#invalidstateerror>InvalidStateError</a></code> exception. If the
image isn't yet fully decoded, then nothing is drawn.</p>
<p>If the image isn't yet fully decoded, then nothing is drawn. If the image is a canvas with no data, throws an <code><a href=#invalidstateerror>InvalidStateError</a></code> exception.</p>

</dd>

Expand Down
7 changes: 2 additions & 5 deletions source
Expand Up @@ -39174,9 +39174,7 @@ try {
title="">repetition</var> argument is empty, the value <code
title="">repeat</code> is used.</p>

<p>If the image has no image data, throws an <code>InvalidStateError</code> exception. If the
second argument isn't one of the allowed values, throws a <code>SyntaxError</code> exception. If
the image isn't yet fully decoded, then the method returns null.</p>
<p>If the image isn't yet fully decoded, then nothing is drawn. If the image is a canvas with no data, throws an <code>InvalidStateError</code> exception.</p>

</dd>

Expand Down Expand Up @@ -40319,8 +40317,7 @@ v6DVT (also check for '- -' bits in the part above) -->

<p><img src="images/drawImage.png" width="356" height="356" alt="The sx and sy parameters give the x and y coordinates of the source rectangle; the sw and sh arguments give the width and height of the source rectangle; the dx and dy give the x and y coordinates of the destination rectangle; and the dw and dh arguments give the width and height of the destination rectangle."></p>

<p>If the image has no image data, throws an <code>InvalidStateError</code> exception. If the
image isn't yet fully decoded, then nothing is drawn.</p>
<p>If the image isn't yet fully decoded, then nothing is drawn. If the image is a canvas with no data, throws an <code>InvalidStateError</code> exception.</p>

</dd>

Expand Down

0 comments on commit 255f88d

Please sign in to comment.