Skip to content

Commit

Permalink
[e] (0) apply wg decision
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10921

git-svn-id: http://svn.whatwg.org/webapps@5990 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 12, 2011
1 parent 368a208 commit ddb8fd7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions complete.html
Expand Up @@ -33118,6 +33118,7 @@ <h4 id=the-canvas-element><span class=secno>4.8.11 </span>The <dfn id=canvas><co
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>
Expand Down
1 change: 1 addition & 0 deletions index
Expand Up @@ -33102,6 +33102,7 @@ interface <dfn id=texttrackcue>TextTrackCue</dfn> {
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>
Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -36321,6 +36321,10 @@ interface <dfn>TextTrackCue</dfn> {
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
Expand Down

0 comments on commit ddb8fd7

Please sign in to comment.