Skip to content

Commit

Permalink
[e] (0) Try to hand-wave in a slightly different manner. Also, update…
Browse files Browse the repository at this point in the history
… the section describing the forks.

Affected topics: Canvas, HTML

git-svn-id: http://svn.whatwg.org/webapps@7310 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 3, 2012
1 parent b064eee commit 950eade
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 23 deletions.
20 changes: 12 additions & 8 deletions complete.html
Expand Up @@ -246,7 +246,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><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 1 September 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 3 September 2012</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -1446,10 +1446,13 @@ <h6 class=no-toc id=how-do-the-whatwg-and-w3c-specifications-differ?><span class
<ul><li>The W3C HTML specification does not include this section.</li>

<li>The W3C HTML specification lacks some of the fixes made to this
specification since late June 2012. (Specifically, after <a href="http://html5.org/tools/web-apps-tracker?from=7147">revision
specification since late June 2012. Specifically, after <a href="http://html5.org/tools/web-apps-tracker?from=7147">revision
r7148</a> changes were only adopted into the W3C HTML specification
on a piecemeal basis.) No precise list of these difference
currently exists.</li>
on a piecemeal basis. An <a href=https://github.com/w3c/html/compare/master...feature;whatwg>approximate
list of fixes that have not been included in the W3C
specification</a> is available. (There is also <a href=https://github.com/w3c/html/compare/feature/whatwg...master>a
list of changes that have been made to the W3C version since
r7148</a>.)</li>

<li>The W3C HTML specification refers to the technology as HTML5,
rather than just HTML.</li><!--VERSION-->
Expand Down Expand Up @@ -38177,10 +38180,11 @@ <h6 id=text-styles><span class=secno>4.8.11.1.5 </span>Text styles</h6>
<p>The following methods allow authors to manipulate the <a href=#concept-path title=concept-path>paths</a> of objects implementing the
<code><a href=#canvaspathmethods>CanvasPathMethods</a></code> interface.</p>

<p>For <code><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code> objects, the points and
lines added to <a href=#current-default-path>current default path</a> by these methods
must be transformed according to the <a href=#transformations title=dom-context-2d-transformation>current transformation
matrix</a> before they are added to the path.</p>
<p>For <code><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code> objects, the points
passed to the methods, and the resulting lines added to
<a href=#current-default-path>current default path</a> by these methods, must be
transformed according to the <a href=#transformations title=dom-context-2d-transformation>current transformation
matrix</a> before being used.</p>


<p>The <dfn id=dom-context-2d-moveto title=dom-context-2d-moveTo><code>moveTo(<var title="">x</var>, <var title="">y</var>)</code></dfn> method must
Expand Down
20 changes: 12 additions & 8 deletions index
Expand Up @@ -246,7 +246,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><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 1 September 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 3 September 2012</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -1446,10 +1446,13 @@
<ul><li>The W3C HTML specification does not include this section.</li>

<li>The W3C HTML specification lacks some of the fixes made to this
specification since late June 2012. (Specifically, after <a href="http://html5.org/tools/web-apps-tracker?from=7147">revision
specification since late June 2012. Specifically, after <a href="http://html5.org/tools/web-apps-tracker?from=7147">revision
r7148</a> changes were only adopted into the W3C HTML specification
on a piecemeal basis.) No precise list of these difference
currently exists.</li>
on a piecemeal basis. An <a href=https://github.com/w3c/html/compare/master...feature;whatwg>approximate
list of fixes that have not been included in the W3C
specification</a> is available. (There is also <a href=https://github.com/w3c/html/compare/feature/whatwg...master>a
list of changes that have been made to the W3C version since
r7148</a>.)</li>

<li>The W3C HTML specification refers to the technology as HTML5,
rather than just HTML.</li><!--VERSION-->
Expand Down Expand Up @@ -38177,10 +38180,11 @@ try {
<p>The following methods allow authors to manipulate the <a href=#concept-path title=concept-path>paths</a> of objects implementing the
<code><a href=#canvaspathmethods>CanvasPathMethods</a></code> interface.</p>

<p>For <code><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code> objects, the points and
lines added to <a href=#current-default-path>current default path</a> by these methods
must be transformed according to the <a href=#transformations title=dom-context-2d-transformation>current transformation
matrix</a> before they are added to the path.</p>
<p>For <code><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code> objects, the points
passed to the methods, and the resulting lines added to
<a href=#current-default-path>current default path</a> by these methods, must be
transformed according to the <a href=#transformations title=dom-context-2d-transformation>current transformation
matrix</a> before being used.</p>


<p>The <dfn id=dom-context-2d-moveto title=dom-context-2d-moveTo><code>moveTo(<var title="">x</var>, <var title="">y</var>)</code></dfn> method must
Expand Down
20 changes: 13 additions & 7 deletions source
Expand Up @@ -145,11 +145,16 @@
<li>The W3C HTML specification does not include this section.</li>

<li>The W3C HTML specification lacks some of the fixes made to this
specification since late June 2012. (Specifically, after <a
specification since late June 2012. Specifically, after <a
href="http://html5.org/tools/web-apps-tracker?from=7147">revision
r7148</a> changes were only adopted into the W3C HTML specification
on a piecemeal basis.) No precise list of these difference
currently exists.</li>
on a piecemeal basis. An <a
href="https://github.com/w3c/html/compare/master...feature;whatwg">approximate
list of fixes that have not been included in the W3C
specification</a> is available. (There is also <a
href="https://github.com/w3c/html/compare/feature/whatwg...master">a
list of changes that have been made to the W3C version since
r7148</a>.)</li>

<li>The W3C HTML specification refers to the technology as HTML5,
rather than just HTML.</li><!--VERSION-->
Expand Down Expand Up @@ -44389,11 +44394,12 @@ try {
title="concept-path">paths</span> of objects implementing the
<code>CanvasPathMethods</code> interface.</p>

<p>For <code>CanvasRenderingContext2D</code> objects, the points and
lines added to <span>current default path</span> by these methods
must be transformed according to the <span
<p>For <code>CanvasRenderingContext2D</code> objects, the points
passed to the methods, and the resulting lines added to
<span>current default path</span> by these methods, must be
transformed according to the <span
title="dom-context-2d-transformation">current transformation
matrix</span> before they are added to the path.</p>
matrix</span> before being used.</p>


<p>The <dfn title="dom-context-2d-moveTo"><code>moveTo(<var
Expand Down

0 comments on commit 950eade

Please sign in to comment.