[html5] r4888 - [e] (0) add more useful info for authors for the ImageData array. Fixing http:// [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sun Mar 28 22:20:09 PDT 2010
Author: ianh
Date: 2010-03-28 22:20:08 -0700 (Sun, 28 Mar 2010)
New Revision: 4888
Modified:
complete.html
index
source
Log:
[e] (0) add more useful info for authors for the ImageData array.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9121
Modified: complete.html
===================================================================
--- complete.html 2010-03-29 05:19:03 UTC (rev 4887)
+++ complete.html 2010-03-29 05:20:08 UTC (rev 4888)
@@ -28126,7 +28126,7 @@
<dd>
- <p>Returns the one-dimensional array containing the data.</p>
+ <p>Returns the one-dimensional array containing the data in RGBA order, as integers in the range 0 to 255.</p>
</dd>
Modified: index
===================================================================
--- index 2010-03-29 05:19:03 UTC (rev 4887)
+++ index 2010-03-29 05:20:08 UTC (rev 4888)
@@ -28027,7 +28027,7 @@
<dd>
- <p>Returns the one-dimensional array containing the data.</p>
+ <p>Returns the one-dimensional array containing the data in RGBA order, as integers in the range 0 to 255.</p>
</dd>
Modified: source
===================================================================
--- source 2010-03-29 05:19:03 UTC (rev 4887)
+++ source 2010-03-29 05:20:08 UTC (rev 4888)
@@ -30667,7 +30667,7 @@
<dd>
- <p>Returns the one-dimensional array containing the data.</p>
+ <p>Returns the one-dimensional array containing the data in RGBA order, as integers in the range 0 to 255.</p>
</dd>
More information about the Commit-Watchers
mailing list