[html5] r7885 - [e] (0) Make non-normative text more accurate. Fixing https://www.w3.org/Bugs/Pu [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Jun 3 12:51:22 PDT 2013


Author: ianh
Date: 2013-06-03 12:51:21 -0700 (Mon, 03 Jun 2013)
New Revision: 7885

Modified:
   complete.html
   index
   source
Log:
[e] (0) Make non-normative text more accurate.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21173
Affected topics: Canvas

Modified: complete.html
===================================================================
--- complete.html	2013-06-01 00:14:46 UTC (rev 7884)
+++ complete.html	2013-06-03 19:51:21 UTC (rev 7885)
@@ -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 — Last Updated 1 June 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — 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>
@@ -35993,9 +35993,7 @@
 
     <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>
 
@@ -36980,8 +36978,7 @@
 
     <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>
 

Modified: index
===================================================================
--- index	2013-06-01 00:14:46 UTC (rev 7884)
+++ index	2013-06-03 19:51:21 UTC (rev 7885)
@@ -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 — Last Updated 1 June 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — 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>
@@ -35993,9 +35993,7 @@
 
     <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>
 
@@ -36980,8 +36978,7 @@
 
     <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>
 

Modified: source
===================================================================
--- source	2013-06-01 00:14:46 UTC (rev 7884)
+++ source	2013-06-03 19:51:21 UTC (rev 7885)
@@ -39174,9 +39174,7 @@
     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>
 
@@ -40319,8 +40317,7 @@
 
     <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>
 




More information about the Commit-Watchers mailing list