[html5] r8637 - [e] (0) Typo in canvas section Fixing https://www.w3.org/Bugs/Public/show_bug.cg [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu May 15 11:40:14 PDT 2014
Author: ianh
Date: 2014-05-15 11:40:12 -0700 (Thu, 15 May 2014)
New Revision: 8637
Modified:
complete.html
index
source
Log:
[e] (0) Typo in canvas section
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25672
Modified: complete.html
===================================================================
--- complete.html 2014-05-15 18:33:56 UTC (rev 8636)
+++ complete.html 2014-05-15 18:40:12 UTC (rev 8637)
@@ -59661,7 +59661,8 @@
<code>ArrayBuffer</code></a> must contain the image data. At least one pixel's worth of image
data must be returned. <a href=#refsECMA262>[ECMA262]</a></p>
- <p>A <dfn id=canvas-pixel-arraybuffer>Canvas Pixel <code>ArrayBuffer</code></dfn> is an <code><a href=#arraybuffer>ArrayBuffer</a></code> that whose
+<!--CLEANUP-->
+ <p>A <dfn id=canvas-pixel-arraybuffer>Canvas Pixel <code>ArrayBuffer</code></dfn> is an <code><a href=#arraybuffer>ArrayBuffer</a></code> whose
data is represented in left-to-right order, row by row top to bottom, starting with the top left,
with each pixel's red, green, blue, and alpha components being given in that order for each pixel.
Each component of each pixel represented in this array must be in the range 0..255, representing
Modified: index
===================================================================
--- index 2014-05-15 18:33:56 UTC (rev 8636)
+++ index 2014-05-15 18:40:12 UTC (rev 8637)
@@ -59661,7 +59661,8 @@
<code>ArrayBuffer</code></a> must contain the image data. At least one pixel's worth of image
data must be returned. <a href=#refsECMA262>[ECMA262]</a></p>
- <p>A <dfn id=canvas-pixel-arraybuffer>Canvas Pixel <code>ArrayBuffer</code></dfn> is an <code><a href=#arraybuffer>ArrayBuffer</a></code> that whose
+<!--CLEANUP-->
+ <p>A <dfn id=canvas-pixel-arraybuffer>Canvas Pixel <code>ArrayBuffer</code></dfn> is an <code><a href=#arraybuffer>ArrayBuffer</a></code> whose
data is represented in left-to-right order, row by row top to bottom, starting with the top left,
with each pixel's red, green, blue, and alpha components being given in that order for each pixel.
Each component of each pixel represented in this array must be in the range 0..255, representing
Modified: source
===================================================================
--- source 2014-05-15 18:33:56 UTC (rev 8636)
+++ source 2014-05-15 18:40:12 UTC (rev 8637)
@@ -65299,7 +65299,8 @@
<code>ArrayBuffer</code></span> must contain the image data. At least one pixel's worth of image
data must be returned. <a href="#refsECMA262">[ECMA262]</a></p>
- <p>A <dfn>Canvas Pixel <code>ArrayBuffer</code></dfn> is an <code>ArrayBuffer</code> that whose
+<!--CLEANUP-->
+ <p>A <dfn>Canvas Pixel <code>ArrayBuffer</code></dfn> is an <code>ArrayBuffer</code> whose
data is represented in left-to-right order, row by row top to bottom, starting with the top left,
with each pixel's red, green, blue, and alpha components being given in that order for each pixel.
Each component of each pixel represented in this array must be in the range 0..255, representing
More information about the Commit-Watchers
mailing list