html5/spec Overview.html,1.4813,1.4814

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv4634

Modified Files:
	Overview.html 
Log Message:
apply wg decision (whatwg r5990)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4813
retrieving revision 1.4814
diff -u -d -r1.4813 -r1.4814
--- Overview.html	12 Apr 2011 02:11:21 -0000	1.4813
+++ Overview.html	12 Apr 2011 20:08:17 -0000	1.4814
@@ -26310,6 +26310,10 @@
   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>
 
+<!-- 2DCONTEXT -->
+  <p>The most commonly used primary context is the <a href="http://dev.w3.org/html5/2dcontext/">HTML Canvas 2D Context</a>.
+<!-- 2DCONTEXT -->
+
   <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>

Received on Tuesday, 12 April 2011 20:08:23 UTC