Skip to content

Commit

Permalink
[giow] (1) Fix the terminology for how canvases are committed.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21631
Affected topics: Canvas

git-svn-id: http://svn.whatwg.org/webapps@7875 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 30, 2013
1 parent d828cea commit 3a76c53
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 deletions.
11 changes: 7 additions & 4 deletions complete.html
Expand Up @@ -33417,11 +33417,13 @@ <h5 id=2dcontext><span class=secno>4.8.11.2 </span>The 2D rendering context</h5>
<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>
Expand All @@ -33438,7 +33440,8 @@ <h5 id=2dcontext><span class=secno>4.8.11.2 </span>The 2D rendering context</h5>

</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
Expand Down
11 changes: 7 additions & 4 deletions index
Expand Up @@ -33417,11 +33417,13 @@ interface <dfn id=path>Path</dfn> {
<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>
Expand All @@ -33438,7 +33440,8 @@ interface <dfn id=path>Path</dfn> {

</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
Expand Down
11 changes: 7 additions & 4 deletions source
Expand Up @@ -36073,11 +36073,13 @@ interface <dfn>Path</dfn> {
<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>

Expand All @@ -36102,7 +36104,8 @@ interface <dfn>Path</dfn> {

</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
Expand Down

0 comments on commit 3a76c53

Please sign in to comment.