[html5] r5990 - [e] (0) apply wg decision Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10921

whatwg at whatwg.org whatwg at whatwg.org
Tue Apr 12 13:08:10 PDT 2011


Author: ianh
Date: 2011-04-12 13:08:09 -0700 (Tue, 12 Apr 2011)
New Revision: 5990

Modified:
   complete.html
   index
   source
Log:
[e] (0) apply wg decision
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10921

Modified: complete.html
===================================================================
--- complete.html	2011-04-12 02:11:15 UTC (rev 5989)
+++ complete.html	2011-04-12 20:08:09 UTC (rev 5990)
@@ -33118,6 +33118,7 @@
   that element. When created, a <code><a href=#the-canvas-element>canvas</a></code> element must not
   have a <a href=#primary-context>primary context</a>.</p>
 
+
   <p>The <dfn id=dom-canvas-getcontext title=dom-canvas-getContext><code>getContext(<var title="">contextId</var>, <var title="">args...</var>)</code></dfn>
   method of the <code><a href=#the-canvas-element>canvas</a></code> element, when invoked, must run
   the following steps:</p>

Modified: index
===================================================================
--- index	2011-04-12 02:11:15 UTC (rev 5989)
+++ index	2011-04-12 20:08:09 UTC (rev 5990)
@@ -33102,6 +33102,7 @@
   that element. When created, a <code><a href=#the-canvas-element>canvas</a></code> element must not
   have a <a href=#primary-context>primary context</a>.</p>
 
+
   <p>The <dfn id=dom-canvas-getcontext title=dom-canvas-getContext><code>getContext(<var title="">contextId</var>, <var title="">args...</var>)</code></dfn>
   method of the <code><a href=#the-canvas-element>canvas</a></code> element, when invoked, must run
   the following steps:</p>

Modified: source
===================================================================
--- source	2011-04-12 02:11:15 UTC (rev 5989)
+++ source	2011-04-12 20:08:09 UTC (rev 5990)
@@ -36321,6 +36321,10 @@
   that element. When created, a <code>canvas</code> element must not
   have a <span>primary context</span>.</p>
 
+<!--END html--><!--END dev-html--><!--END complete--><!--END epub--><!-- 2DCONTEXT -->
+  <p>The most commonly used primary context is the <a href="http://dev.w3.org/html5/2dcontext/">HTML Canvas 2D Context</a>.
+<!--START html--><!--START complete--><!--START epub--><!--START dev-html--><!-- 2DCONTEXT -->
+
   <p>The <dfn title="dom-canvas-getContext"><code>getContext(<var
   title="">contextId</var>, <var title="">args...</var>)</code></dfn>
   method of the <code>canvas</code> element, when invoked, must run




More information about the Commit-Watchers mailing list