[html5] r7087 - [e] (0) off by one error Affected topics: Canvas

whatwg at whatwg.org whatwg at whatwg.org
Thu May 3 13:37:30 PDT 2012


Author: ianh
Date: 2012-05-03 13:37:29 -0700 (Thu, 03 May 2012)
New Revision: 7087

Modified:
   complete.html
   index
   source
Log:
[e] (0) off by one error
Affected topics: Canvas

Modified: complete.html
===================================================================
--- complete.html	2012-05-02 21:27:58 UTC (rev 7086)
+++ complete.html	2012-05-03 20:37:29 UTC (rev 7087)
@@ -240,7 +240,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 2 May 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 3 May 2012</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>
@@ -38582,10 +38582,10 @@
 
    <li><p>Jump back to the step labeled <i>loop</i>.</li>
 
-  </ol><p class=note>Adding a new region and calling <code title=dom-context-2d-clearRect><a href=#dom-context-2d-clearrect>clearRect()</a></code> are the three
-  ways this clearing algorithm can be invoked. Resizing the canvas
-  also clears the <a href=#hit-region-list>hit region list</a> (since it clears the
-  canvas back to its initial state).</p>
+  </ol><p class=note>Adding a new region and calling <code title=dom-context-2d-clearRect><a href=#dom-context-2d-clearrect>clearRect()</a></code> are the two ways
+  this clearing algorithm can be invoked. Resizing the canvas also
+  clears the <a href=#hit-region-list>hit region list</a> (since it clears the canvas
+  back to its initial state).</p>
 
   <hr><p>When the <dfn id=dom-context-2d-addhitregion title=dom-context-2d-addHitRegion><code>addHitRegion()</code></dfn>
   method is invoked, the user agent must run the following steps:</p>

Modified: index
===================================================================
--- index	2012-05-02 21:27:58 UTC (rev 7086)
+++ index	2012-05-03 20:37:29 UTC (rev 7087)
@@ -240,7 +240,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 2 May 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 3 May 2012</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>
@@ -38582,10 +38582,10 @@
 
    <li><p>Jump back to the step labeled <i>loop</i>.</li>
 
-  </ol><p class=note>Adding a new region and calling <code title=dom-context-2d-clearRect><a href=#dom-context-2d-clearrect>clearRect()</a></code> are the three
-  ways this clearing algorithm can be invoked. Resizing the canvas
-  also clears the <a href=#hit-region-list>hit region list</a> (since it clears the
-  canvas back to its initial state).</p>
+  </ol><p class=note>Adding a new region and calling <code title=dom-context-2d-clearRect><a href=#dom-context-2d-clearrect>clearRect()</a></code> are the two ways
+  this clearing algorithm can be invoked. Resizing the canvas also
+  clears the <a href=#hit-region-list>hit region list</a> (since it clears the canvas
+  back to its initial state).</p>
 
   <hr><p>When the <dfn id=dom-context-2d-addhitregion title=dom-context-2d-addHitRegion><code>addHitRegion()</code></dfn>
   method is invoked, the user agent must run the following steps:</p>

Modified: source
===================================================================
--- source	2012-05-02 21:27:58 UTC (rev 7086)
+++ source	2012-05-03 20:37:29 UTC (rev 7087)
@@ -45057,10 +45057,10 @@
   </ol>
 
   <p class="note">Adding a new region and calling <code
-  title="dom-context-2d-clearRect">clearRect()</code> are the three
-  ways this clearing algorithm can be invoked. Resizing the canvas
-  also clears the <span>hit region list</span> (since it clears the
-  canvas back to its initial state).</p>
+  title="dom-context-2d-clearRect">clearRect()</code> are the two ways
+  this clearing algorithm can be invoked. Resizing the canvas also
+  clears the <span>hit region list</span> (since it clears the canvas
+  back to its initial state).</p>
 
   <hr>
 




More information about the Commit-Watchers mailing list