[html5] r8187 - [giow] (3) Align with the sad reality. Affected topics: Canvas

whatwg at whatwg.org whatwg at whatwg.org
Fri Sep 13 21:02:53 PDT 2013


Author: ianh
Date: 2013-09-13 21:02:52 -0700 (Fri, 13 Sep 2013)
New Revision: 8187

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Align with the sad reality.
Affected topics: Canvas

Modified: complete.html
===================================================================
--- complete.html	2013-09-13 23:31:19 UTC (rev 8186)
+++ complete.html	2013-09-14 04:02:52 UTC (rev 8187)
@@ -256,7 +256,7 @@
 
   <header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 13 September 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 14 September 2013</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>
@@ -33440,7 +33440,7 @@
            attribute (DOMString or CanvasGradient or CanvasPattern) <a href=#dom-context-2d-fillstyle title=dom-context-2d-fillStyle>fillStyle</a>; // (default black)
   <a href=#canvasgradient>CanvasGradient</a> <a href=#dom-context-2d-createlineargradient title=dom-context-2d-createLinearGradient>createLinearGradient</a>(double x0, double y0, double x1, double y1);
   <a href=#canvasgradient>CanvasGradient</a> <a href=#dom-context-2d-createradialgradient title=dom-context-2d-createRadialGradient>createRadialGradient</a>(double x0, double y0, double r0, double x1, double y1, double r1);
-  <a href=#canvaspattern>CanvasPattern</a> <a href=#dom-context-2d-createpattern title=dom-context-2d-createPattern>createPattern</a>(<a href=#canvasimagesource>CanvasImageSource</a> image, DOMString repetition);
+  <a href=#canvaspattern>CanvasPattern</a> <a href=#dom-context-2d-createpattern title=dom-context-2d-createPattern>createPattern</a>(<a href=#canvasimagesource>CanvasImageSource</a> image, [TreatNullAs=EmptyString] DOMString repetition);
 <!--
   // v8 we received one request from Ralf Richard G&oml;bel for a new kind of pattern: a hatch.
   // basically it would be a series of dash styles, angles, line widths, and offsets

Modified: index
===================================================================
--- index	2013-09-13 23:31:19 UTC (rev 8186)
+++ index	2013-09-14 04:02:52 UTC (rev 8187)
@@ -256,7 +256,7 @@
 
   <header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 13 September 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 14 September 2013</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>
@@ -33440,7 +33440,7 @@
            attribute (DOMString or CanvasGradient or CanvasPattern) <a href=#dom-context-2d-fillstyle title=dom-context-2d-fillStyle>fillStyle</a>; // (default black)
   <a href=#canvasgradient>CanvasGradient</a> <a href=#dom-context-2d-createlineargradient title=dom-context-2d-createLinearGradient>createLinearGradient</a>(double x0, double y0, double x1, double y1);
   <a href=#canvasgradient>CanvasGradient</a> <a href=#dom-context-2d-createradialgradient title=dom-context-2d-createRadialGradient>createRadialGradient</a>(double x0, double y0, double r0, double x1, double y1, double r1);
-  <a href=#canvaspattern>CanvasPattern</a> <a href=#dom-context-2d-createpattern title=dom-context-2d-createPattern>createPattern</a>(<a href=#canvasimagesource>CanvasImageSource</a> image, DOMString repetition);
+  <a href=#canvaspattern>CanvasPattern</a> <a href=#dom-context-2d-createpattern title=dom-context-2d-createPattern>createPattern</a>(<a href=#canvasimagesource>CanvasImageSource</a> image, [TreatNullAs=EmptyString] DOMString repetition);
 <!--
   // v8 we received one request from Ralf Richard G&oml;bel for a new kind of pattern: a hatch.
   // basically it would be a series of dash styles, angles, line widths, and offsets

Modified: source
===================================================================
--- source	2013-09-13 23:31:19 UTC (rev 8186)
+++ source	2013-09-14 04:02:52 UTC (rev 8187)
@@ -36130,7 +36130,7 @@
            attribute (DOMString or CanvasGradient or CanvasPattern) <span title="dom-context-2d-fillStyle">fillStyle</span>; // (default black)
   <span>CanvasGradient</span> <span title="dom-context-2d-createLinearGradient">createLinearGradient</span>(double x0, double y0, double x1, double y1);
   <span>CanvasGradient</span> <span title="dom-context-2d-createRadialGradient">createRadialGradient</span>(double x0, double y0, double r0, double x1, double y1, double r1);
-  <span>CanvasPattern</span> <span title="dom-context-2d-createPattern">createPattern</span>(<span>CanvasImageSource</span> image, DOMString repetition);
+  <span>CanvasPattern</span> <span title="dom-context-2d-createPattern">createPattern</span>(<span>CanvasImageSource</span> image, [TreatNullAs=EmptyString] DOMString repetition);
 <!--
   // v8 we received one request from Ralf Richard G&oml;bel for a new kind of pattern: a hatch.
   // basically it would be a series of dash styles, angles, line widths, and offsets




More information about the Commit-Watchers mailing list