Skip to content

Commit

Permalink
[e] (0) Fix some typos or copypasta.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21816
Affected topics: Canvas, DOM APIs, Workers

git-svn-id: http://svn.whatwg.org/webapps@7909 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 5, 2013
1 parent 5e87510 commit 0ac3331
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -32801,7 +32801,7 @@ <h4 id=the-canvas-element><span class=secno>4.8.11 </span>The <dfn id=canvas><co
otherwise.</p>

<hr><p>The <dfn id=dom-canvas-setcontext title=dom-canvas-setContext><code>setContext(<var title="">context</var>)</code></dfn> method of the <code><a href=#the-canvas-element>canvas</a></code> element, when invoked, must
run following the steps:</p>
run the following steps:</p>

<ol><li><p>If the <code><a href=#the-canvas-element>canvas</a></code> element's <a href=#concept-canvas-context-mode title=concept-canvas-context-mode>canvas
context mode</a> is neither <a href=#concept-canvas-none title=concept-canvas-none>none</a> nor <a href=#concept-canvas-indirect title=concept-canvas-indirect>indirect</a>, throw an <code><a href=#invalidstateerror>InvalidStateError</a></code>
Expand Down Expand Up @@ -32965,7 +32965,7 @@ <h5 id=proxying-canvases-to-workers><span class=secno>4.8.11.1 </span>Proxying c
</dd>

</dl><hr><p>The <dfn id=dom-canvas-transfercontroltoproxy title=dom-canvas-transferControlToProxy><code>transferControlToProxy()</code></dfn>
method of the <code><a href=#the-canvas-element>canvas</a></code> element, when invoked, must run following the steps:</p>
method of the <code><a href=#the-canvas-element>canvas</a></code> element, when invoked, must run the following steps:</p>

<ol><li><p>If the <code><a href=#the-canvas-element>canvas</a></code> element's <a href=#concept-canvas-context-mode title=concept-canvas-context-mode>canvas
context mode</a> is not <a href=#concept-canvas-none title=concept-canvas-none>none</a>, throw an
Expand All @@ -32987,7 +32987,7 @@ <h5 id=proxying-canvases-to-workers><span class=secno>4.8.11.1 </span>Proxying c
element.</p>

<p>The <dfn id=dom-canvasproxy-setcontext title=dom-CanvasProxy-setContext><code>setContext(<var title="">context</var>)</code></dfn> method of <code><a href=#canvasproxy>CanvasProxy</a></code> objects, when invoked,
must run following the steps:</p>
must run the following steps:</p>

<ol><li><p>If the <code><a href=#canvasproxy>CanvasProxy</a></code> object has been <a href=#concept-canvasproxy-disabled title=concept-CanvasProxy-disabled>disabled</a>, throw an <code><a href=#invalidstateerror>InvalidStateError</a></code>
exception and abort these steps.</li>
Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -32801,7 +32801,7 @@ interface <dfn id=htmlcanvaselement>HTMLCanvasElement</dfn> : <a href=#htmleleme
otherwise.</p>

<hr><p>The <dfn id=dom-canvas-setcontext title=dom-canvas-setContext><code>setContext(<var title="">context</var>)</code></dfn> method of the <code><a href=#the-canvas-element>canvas</a></code> element, when invoked, must
run following the steps:</p>
run the following steps:</p>

<ol><li><p>If the <code><a href=#the-canvas-element>canvas</a></code> element's <a href=#concept-canvas-context-mode title=concept-canvas-context-mode>canvas
context mode</a> is neither <a href=#concept-canvas-none title=concept-canvas-none>none</a> nor <a href=#concept-canvas-indirect title=concept-canvas-indirect>indirect</a>, throw an <code><a href=#invalidstateerror>InvalidStateError</a></code>
Expand Down Expand Up @@ -32965,7 +32965,7 @@ interface <dfn id=htmlcanvaselement>HTMLCanvasElement</dfn> : <a href=#htmleleme
</dd>

</dl><hr><p>The <dfn id=dom-canvas-transfercontroltoproxy title=dom-canvas-transferControlToProxy><code>transferControlToProxy()</code></dfn>
method of the <code><a href=#the-canvas-element>canvas</a></code> element, when invoked, must run following the steps:</p>
method of the <code><a href=#the-canvas-element>canvas</a></code> element, when invoked, must run the following steps:</p>

<ol><li><p>If the <code><a href=#the-canvas-element>canvas</a></code> element's <a href=#concept-canvas-context-mode title=concept-canvas-context-mode>canvas
context mode</a> is not <a href=#concept-canvas-none title=concept-canvas-none>none</a>, throw an
Expand All @@ -32987,7 +32987,7 @@ interface <dfn id=htmlcanvaselement>HTMLCanvasElement</dfn> : <a href=#htmleleme
element.</p>

<p>The <dfn id=dom-canvasproxy-setcontext title=dom-CanvasProxy-setContext><code>setContext(<var title="">context</var>)</code></dfn> method of <code><a href=#canvasproxy>CanvasProxy</a></code> objects, when invoked,
must run following the steps:</p>
must run the following steps:</p>

<ol><li><p>If the <code><a href=#canvasproxy>CanvasProxy</a></code> object has been <a href=#concept-canvasproxy-disabled title=concept-CanvasProxy-disabled>disabled</a>, throw an <code><a href=#invalidstateerror>InvalidStateError</a></code>
exception and abort these steps.</li>
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -35370,7 +35370,7 @@ interface <dfn>HTMLCanvasElement</dfn> : <span>HTMLElement</span> {

<p>The <dfn title="dom-canvas-setContext"><code>setContext(<var
title="">context</var>)</code></dfn> method of the <code>canvas</code> element, when invoked, must
run following the steps:</p>
run the following steps:</p>

<ol>

Expand Down Expand Up @@ -35577,7 +35577,7 @@ interface <dfn>HTMLCanvasElement</dfn> : <span>HTMLElement</span> {
<hr>

<p>The <dfn title="dom-canvas-transferControlToProxy"><code>transferControlToProxy()</code></dfn>
method of the <code>canvas</code> element, when invoked, must run following the steps:</p>
method of the <code>canvas</code> element, when invoked, must run the following steps:</p>

<ol>

Expand Down Expand Up @@ -35606,7 +35606,7 @@ interface <dfn>HTMLCanvasElement</dfn> : <span>HTMLElement</span> {

<p>The <dfn title="dom-CanvasProxy-setContext"><code>setContext(<var
title="">context</var>)</code></dfn> method of <code>CanvasProxy</code> objects, when invoked,
must run following the steps:</p>
must run the following steps:</p>

<ol>

Expand Down

0 comments on commit 0ac3331

Please sign in to comment.