[html5] r7310 - [e] (0) Try to hand-wave in a slightly different manner. Also, update the sectio [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Sep 3 09:16:50 PDT 2012


Author: ianh
Date: 2012-09-03 09:16:49 -0700 (Mon, 03 Sep 2012)
New Revision: 7310

Modified:
   complete.html
   index
   source
Log:
[e] (0) Try to hand-wave in a slightly different manner. Also, update the section describing the forks.
Affected topics: Canvas, HTML

Modified: complete.html
===================================================================
--- complete.html	2012-09-01 00:17:19 UTC (rev 7309)
+++ complete.html	2012-09-03 16:16:49 UTC (rev 7310)
@@ -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 — Last Updated 1 September 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — 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>
@@ -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-->
@@ -38177,10 +38180,11 @@
   <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

Modified: index
===================================================================
--- index	2012-09-01 00:17:19 UTC (rev 7309)
+++ index	2012-09-03 16:16:49 UTC (rev 7310)
@@ -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 — Last Updated 1 September 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — 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>
@@ -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-->
@@ -38177,10 +38180,11 @@
   <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

Modified: source
===================================================================
--- source	2012-09-01 00:17:19 UTC (rev 7309)
+++ source	2012-09-03 16:16:49 UTC (rev 7310)
@@ -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-->
@@ -44389,11 +44394,12 @@
   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




More information about the Commit-Watchers mailing list