[html5] r7875 - [giow] (1) Fix the terminology for how canvases are committed. Fixing https://ww [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu May 30 16:48:54 PDT 2013


Author: ianh
Date: 2013-05-30 16:48:53 -0700 (Thu, 30 May 2013)
New Revision: 7875

Modified:
   complete.html
   index
   source
Log:
[giow] (1) Fix the terminology for how canvases are committed. 
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21631
Affected topics: Canvas

Modified: complete.html
===================================================================
--- complete.html	2013-05-30 22:22:08 UTC (rev 7874)
+++ complete.html	2013-05-30 23:48:53 UTC (rev 7875)
@@ -33417,11 +33417,13 @@
    <li><p>Let <var title="">output bitmap</var> be the rendering context's <a href=#output-bitmap>output
    bitmap</a>.</li>
 
+   <li><p>Let <var title="">canvas</var> be the <code><a href=#the-canvas-element>canvas</a></code> element to which the rendering
+   context was most recently <a href=#concept-canvas-binding-steps title=concept-canvas-binding-steps>bound</a>.</li>
+
    <li>
 
-    <p><a href=#queue-a-task>Queue a task</a> from the <a href=#canvas-updating-task-source>canvas updating task source</a> of 
-    <var title="">output bitmap</var>'s <code><a href=#the-canvas-element>canvas</a></code> element's <a href=#event-loop>event loop</a> to perform
-    the following substeps:</p>
+    <p><a href=#queue-a-task>Queue a task</a> associated with <code><a href=#the-canvas-element>canvas</a></code> element's <code><a href=#document>Document</a></code>
+    to perform the following substeps:</p>
 
     <ol><li><p>Overwrite <var title="">output bitmap</var> with <var title="">bitmap
      copy</var>.</li>
@@ -33438,7 +33440,8 @@
 
     </ol></li>
 
-  </ol><p>The <dfn id=canvas-updating-task-source>canvas updating task source</dfn> is just used for the algorithm above.</p>
+  </ol><p>The algorithm above must use the <dfn id=canvas-updating-task-source>canvas updating task source</dfn> (which is just used by
+  this algorithm).</p>
 
 <!--(right now we're requiring commit())
   <p>When a user agent is to <dfn>start autocommitting the scratch bitmap</dfn> for a rendering

Modified: index
===================================================================
--- index	2013-05-30 22:22:08 UTC (rev 7874)
+++ index	2013-05-30 23:48:53 UTC (rev 7875)
@@ -33417,11 +33417,13 @@
    <li><p>Let <var title="">output bitmap</var> be the rendering context's <a href=#output-bitmap>output
    bitmap</a>.</li>
 
+   <li><p>Let <var title="">canvas</var> be the <code><a href=#the-canvas-element>canvas</a></code> element to which the rendering
+   context was most recently <a href=#concept-canvas-binding-steps title=concept-canvas-binding-steps>bound</a>.</li>
+
    <li>
 
-    <p><a href=#queue-a-task>Queue a task</a> from the <a href=#canvas-updating-task-source>canvas updating task source</a> of 
-    <var title="">output bitmap</var>'s <code><a href=#the-canvas-element>canvas</a></code> element's <a href=#event-loop>event loop</a> to perform
-    the following substeps:</p>
+    <p><a href=#queue-a-task>Queue a task</a> associated with <code><a href=#the-canvas-element>canvas</a></code> element's <code><a href=#document>Document</a></code>
+    to perform the following substeps:</p>
 
     <ol><li><p>Overwrite <var title="">output bitmap</var> with <var title="">bitmap
      copy</var>.</li>
@@ -33438,7 +33440,8 @@
 
     </ol></li>
 
-  </ol><p>The <dfn id=canvas-updating-task-source>canvas updating task source</dfn> is just used for the algorithm above.</p>
+  </ol><p>The algorithm above must use the <dfn id=canvas-updating-task-source>canvas updating task source</dfn> (which is just used by
+  this algorithm).</p>
 
 <!--(right now we're requiring commit())
   <p>When a user agent is to <dfn>start autocommitting the scratch bitmap</dfn> for a rendering

Modified: source
===================================================================
--- source	2013-05-30 22:22:08 UTC (rev 7874)
+++ source	2013-05-30 23:48:53 UTC (rev 7875)
@@ -36073,11 +36073,13 @@
    <li><p>Let <var title="">output bitmap</var> be the rendering context's <span>output
    bitmap</span>.</p></li>
 
+   <li><p>Let <var title="">canvas</var> be the <code>canvas</code> element to which the rendering
+   context was most recently <span title="concept-canvas-binding-steps">bound</span>.</p></li>
+
    <li>
 
-    <p><span>Queue a task</span> from the <span>canvas updating task source</span> of 
-    <var title="">output bitmap</var>'s <code>canvas</code> element's <span>event loop</span> to perform
-    the following substeps:</p>
+    <p><span>Queue a task</span> associated with <code>canvas</code> element's <code>Document</code>
+    to perform the following substeps:</p>
 
     <ol>
 
@@ -36102,7 +36104,8 @@
 
   </ol>
 
-  <p>The <dfn>canvas updating task source</dfn> is just used for the algorithm above.</p>
+  <p>The algorithm above must use the <dfn>canvas updating task source</dfn> (which is just used by
+  this algorithm).</p>
 
 <!--(right now we're requiring commit())
   <p>When a user agent is to <dfn>start autocommitting the scratch bitmap</dfn> for a rendering




More information about the Commit-Watchers mailing list