[html5] r812 - /

whatwg at whatwg.org whatwg at whatwg.org
Tue May 15 15:54:11 PDT 2007


Author: ianh
Date: 2007-05-15 15:54:10 -0700 (Tue, 15 May 2007)
New Revision: 812

Modified:
   index
   source
Log:
[e] (2) note various v3 feature requests

Modified: index
===================================================================
--- index	2007-05-15 22:44:53 UTC (rev 811)
+++ index	2007-05-15 22:54:10 UTC (rev 812)
@@ -15562,7 +15562,7 @@
   void <a href="#transform" title=dom-context-2d-transform>transform</a>(in float m11, in float m12, in float m21, in float m22, in float dx, in float dy);
   void <a href="#settransform" title=dom-context-2d-setTransform>setTransform</a>(in float m11, in float m12, in float m21, in float m22, in float dx, in float dy);
 <!--
-  // XXX we've also received requests for:
+  // XXXv3 we've also received requests for:
   void skew(...);
   void reflect(...); // or mirror(...)
 -->
@@ -16147,7 +16147,7 @@
    patterns, then <code title=dom-context-2d-createPattern><a
    href="#createpatternimage">createPattern()</a></code> must return null.</p>
   <!--
-   Requests for v3 features:
+   XXXv3 Requests for v3 features:
     * apply transforms to patterns, so you don't have to create
       transformed patterns manually by rendering them to an off-screen
       canvas then using that canvas as the pattern.
@@ -16231,6 +16231,7 @@
   <!-- XXX this section doesn't say what these attributes return or
   what they do on setting. not a big deal; it's pretty obvious. but if
   anyone complains, we'll have to add it -->
+  <!-- XXXv3 dashed lines have been requested -->
 
   <h6 id=shadows><span class=secno>3.14.11.1.6. </span><dfn
    id=shadows0>Shadows</dfn></h6>
@@ -16504,7 +16505,7 @@
   <p>When the context is created, the initial clipping path is the rectangle
    with the top left corner at (0,0) and the width and height of the
    coordinate space.</p>
-  <!--
+  <!-- XXXv3
    Jordan OSETE suggests:
     * support ways of extending the clip region (union instead of intersection)
        - also "add", "substract", "replace", "intersect" and "xor"

Modified: source
===================================================================
--- source	2007-05-15 22:44:53 UTC (rev 811)
+++ source	2007-05-15 22:54:10 UTC (rev 812)
@@ -13143,7 +13143,7 @@
   void <span title="dom-context-2d-transform">transform</span>(in float m11, in float m12, in float m21, in float m22, in float dx, in float dy);
   void <span title="dom-context-2d-setTransform">setTransform</span>(in float m11, in float m12, in float m21, in float m22, in float dx, in float dy);
 <!--
-  // XXX we've also received requests for:
+  // XXXv3 we've also received requests for:
   void skew(...);
   void reflect(...); // or mirror(...)
 -->
@@ -13728,7 +13728,7 @@
   return null.</p>
 
   <!--
-   Requests for v3 features:
+   XXXv3 Requests for v3 features:
     * apply transforms to patterns, so you don't have to create
       transformed patterns manually by rendering them to an off-screen
       canvas then using that canvas as the pattern.
@@ -13818,7 +13818,9 @@
   what they do on setting. not a big deal; it's pretty obvious. but if
   anyone complains, we'll have to add it -->
 
+  <!-- XXXv3 dashed lines have been requested -->
 
+
   <h6><dfn>Shadows</dfn></h6>
 
   <p>All drawing operations are affected by the four global shadow
@@ -14117,7 +14119,7 @@
   rectangle with the top left corner at (0,0) and the width and height
   of the coordinate space.</p>
 
-  <!--
+  <!-- XXXv3
    Jordan OSETE suggests:
     * support ways of extending the clip region (union instead of intersection)
        - also "add", "substract", "replace", "intersect" and "xor"




More information about the Commit-Watchers mailing list