HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/7087

SVNBugCommentTime (UTC)
7087off by one error2012-05-03 20:37
Index: source
===================================================================
--- source	(revision 7086)
+++ source	(revision 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>
 

|