Skip to content

Commit

Permalink
[e] (0) sync 2dcontext with latest pub system changes
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@6034 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 28, 2011
1 parent 77a1c6b commit 1a8daa2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -239,7 +239,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 27 April 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 28 April 2011</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -33910,10 +33910,10 @@ <h4 id=the-canvas-element><span class=secno>4.8.11 </span>The <dfn id=canvas><co

<h5 id=2dcontext><span class=secno>4.8.11.1 </span>The 2D context</h5>

<!-- v2: we're on v4. suggestions for next version are marked v5. -->



<!-- v2: we're on v4. suggestions for next version are marked v5. -->

<p>This specification defines the <dfn id=canvas-context-2d title=canvas-context-2d><code>2d</code></dfn> context type, whose
API is implemented using the <code><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code>
interface.</p>
Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -243,7 +243,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><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 &mdash; Last Updated 27 April 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 28 April 2011</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -33933,10 +33933,10 @@ interface <dfn id=texttrackcue>TextTrackCue</dfn> {

<h5 id=2dcontext><span class=secno>4.8.11.1 </span>The 2D context</h5>

<!-- v2: we're on v4. suggestions for next version are marked v5. -->



<!-- v2: we're on v4. suggestions for next version are marked v5. -->

<p>This specification defines the <dfn id=canvas-context-2d title=canvas-context-2d><code>2d</code></dfn> context type, whose
API is implemented using the <code><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code>
interface.</p>
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -37402,10 +37402,10 @@ interface <dfn>TextTrackCue</dfn> {

<h5 id="2dcontext">The 2D context</h5>

<!-- v2: we're on v4. suggestions for next version are marked v5. -->

<!--START 2dcontext-->

<!-- v2: we're on v4. suggestions for next version are marked v5. -->

<p>This specification defines the <dfn
title="canvas-context-2d"><code>2d</code></dfn> context type, whose
API is implemented using the <code>CanvasRenderingContext2D</code>
Expand Down

0 comments on commit 1a8daa2

Please sign in to comment.