[html5] r7483 - [e] (0) Fix some typos or copypasta. Affected topics: Canvas, DOM APIs, HTML

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 23 15:07:13 PDT 2012


Author: ianh
Date: 2012-10-23 15:07:11 -0700 (Tue, 23 Oct 2012)
New Revision: 7483

Modified:
   complete.html
   index
   source
Log:
[e] (0) Fix some typos or copypasta.
Affected topics: Canvas, DOM APIs, HTML

Modified: complete.html
===================================================================
--- complete.html	2012-10-22 23:36:56 UTC (rev 7482)
+++ complete.html	2012-10-23 22:07:11 UTC (rev 7483)
@@ -248,7 +248,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 22 October 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 23 October 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -36385,7 +36385,7 @@
 
    </dd>
 
-   <dt><var title="">context</var> = <var title="">canvas</var> . <code title=dom-canvas-getContext><a href=#dom-canvas-getcontext>getContext</a></code>(<var title="">contextId</var> [, ... ])</dt>
+   <dt><var title="">context</var> = <var title="">canvas</var> . <code title=dom-canvas-supportsContext><a href=#dom-canvas-supportscontext>supportsContext</a></code>(<var title="">contextId</var> [, ... ])</dt>
 
    <dd>
 
@@ -36433,7 +36433,7 @@
 
    <li><p><dfn id=getcontext-return title=getContext-return>Return a new object for <var title="">contextId</var></dfn>, as defined by the specification given for <var title="">contextId</var>'s entry in the <a href=http://wiki.whatwg.org/wiki/CanvasContexts>WHATWG Wiki CanvasContexts page</a>. <a href=#refsWHATWGWIKI>[WHATWGWIKI]</a></li>
 
-  </ol><p>The <dfn id=dom-canvas-supportscontext title=dom-canvas-supportsContext><code>supportContext(<var title="">contextId</var>,
+  </ol><p>The <dfn id=dom-canvas-supportscontext title=dom-canvas-supportsContext><code>supportsContext(<var title="">contextId</var>,
   <var title="">arguments...</var>)</code></dfn> method of the <code><a href=#the-canvas-element>canvas</a></code> element, when
   invoked, must return false if calling <code title=dom-canvas-getContext><a href=#dom-canvas-getcontext>getContext()</a></code> on
   the same object and with the same arguments would definitely return null at this time, and true
@@ -106240,6 +106240,7 @@
   Gavin Kistner,
   Gareth Rees,
   Garrett Smith,
+  Geoff Richards,
   Geoffrey Garen,
   Geoffrey Sneddon,
   George Lund,

Modified: index
===================================================================
--- index	2012-10-22 23:36:56 UTC (rev 7482)
+++ index	2012-10-23 22:07:11 UTC (rev 7483)
@@ -248,7 +248,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 22 October 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 23 October 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -36385,7 +36385,7 @@
 
    </dd>
 
-   <dt><var title="">context</var> = <var title="">canvas</var> . <code title=dom-canvas-getContext><a href=#dom-canvas-getcontext>getContext</a></code>(<var title="">contextId</var> [, ... ])</dt>
+   <dt><var title="">context</var> = <var title="">canvas</var> . <code title=dom-canvas-supportsContext><a href=#dom-canvas-supportscontext>supportsContext</a></code>(<var title="">contextId</var> [, ... ])</dt>
 
    <dd>
 
@@ -36433,7 +36433,7 @@
 
    <li><p><dfn id=getcontext-return title=getContext-return>Return a new object for <var title="">contextId</var></dfn>, as defined by the specification given for <var title="">contextId</var>'s entry in the <a href=http://wiki.whatwg.org/wiki/CanvasContexts>WHATWG Wiki CanvasContexts page</a>. <a href=#refsWHATWGWIKI>[WHATWGWIKI]</a></li>
 
-  </ol><p>The <dfn id=dom-canvas-supportscontext title=dom-canvas-supportsContext><code>supportContext(<var title="">contextId</var>,
+  </ol><p>The <dfn id=dom-canvas-supportscontext title=dom-canvas-supportsContext><code>supportsContext(<var title="">contextId</var>,
   <var title="">arguments...</var>)</code></dfn> method of the <code><a href=#the-canvas-element>canvas</a></code> element, when
   invoked, must return false if calling <code title=dom-canvas-getContext><a href=#dom-canvas-getcontext>getContext()</a></code> on
   the same object and with the same arguments would definitely return null at this time, and true
@@ -106240,6 +106240,7 @@
   Gavin Kistner,
   Gareth Rees,
   Garrett Smith,
+  Geoff Richards,
   Geoffrey Garen,
   Geoffrey Sneddon,
   George Lund,

Modified: source
===================================================================
--- source	2012-10-22 23:36:56 UTC (rev 7482)
+++ source	2012-10-23 22:07:11 UTC (rev 7483)
@@ -42465,7 +42465,7 @@
 
    </dd>
 
-   <dt><var title="">context</var> = <var title="">canvas</var> . <code title="dom-canvas-getContext">getContext</code>(<var title="">contextId</var> [, ... ])</dt>
+   <dt><var title="">context</var> = <var title="">canvas</var> . <code title="dom-canvas-supportsContext">supportsContext</code>(<var title="">contextId</var> [, ... ])</dt>
 
    <dd>
 
@@ -42528,7 +42528,7 @@
 
   </ol>
 
-  <p>The <dfn title="dom-canvas-supportsContext"><code>supportContext(<var title="">contextId</var>,
+  <p>The <dfn title="dom-canvas-supportsContext"><code>supportsContext(<var title="">contextId</var>,
   <var title="">arguments...</var>)</code></dfn> method of the <code>canvas</code> element, when
   invoked, must return false if calling <code title="dom-canvas-getContext">getContext()</code> on
   the same object and with the same arguments would definitely return null at this time, and true
@@ -124469,6 +124469,7 @@
   Gavin Kistner,
   Gareth Rees,
   Garrett Smith,
+  Geoff Richards,
   Geoffrey Garen,
   Geoffrey Sneddon,
   George Lund,




More information about the Commit-Watchers mailing list