[html5] r7909 - [e] (0) Fix some typos or copypasta. Fixing https://www.w3.org/Bugs/Public/show_ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jun 5 13:50:12 PDT 2013
Author: ianh
Date: 2013-06-05 13:50:11 -0700 (Wed, 05 Jun 2013)
New Revision: 7909
Modified:
complete.html
index
source
Log:
[e] (0) Fix some typos or copypasta.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21816
Affected topics: Canvas, DOM APIs, Workers
Modified: complete.html
===================================================================
--- complete.html 2013-06-05 20:26:35 UTC (rev 7908)
+++ complete.html 2013-06-05 20:50:11 UTC (rev 7909)
@@ -32801,7 +32801,7 @@
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>
@@ -32965,7 +32965,7 @@
</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
@@ -32987,7 +32987,7 @@
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>
Modified: index
===================================================================
--- index 2013-06-05 20:26:35 UTC (rev 7908)
+++ index 2013-06-05 20:50:11 UTC (rev 7909)
@@ -32801,7 +32801,7 @@
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>
@@ -32965,7 +32965,7 @@
</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
@@ -32987,7 +32987,7 @@
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>
Modified: source
===================================================================
--- source 2013-06-05 20:26:35 UTC (rev 7908)
+++ source 2013-06-05 20:50:11 UTC (rev 7909)
@@ -35370,7 +35370,7 @@
<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>
@@ -35577,7 +35577,7 @@
<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>
@@ -35606,7 +35606,7 @@
<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>
More information about the Commit-Watchers
mailing list