- From: poot <cvsmail@w3.org>
- Date: Tue, 12 Apr 2011 16:10:24 -0400
- To: public-html-diffs@w3.org
hixie: apply wg decision (whatwg r5990) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4813&r2=1.4814&f=h http://html5.org/tools/web-apps-tracker?from=5989&to=5990 =================================================================== 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:10:25 UTC