2Dapi; hixie: add more useful info for authors for the ImageData array. (whatwg r4888)

2Dapi; hixie: add more useful info for authors for the ImageData array.
(whatwg r4888)

http://dev.w3.org/cvsweb/html5/2dcontext/Overview.html?r1=1.29&r2=1.30&f=h
http://html5.org/tools/web-apps-tracker?from=4887&to=4888

===================================================================
RCS file: /sources/public/html5/2dcontext/Overview.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- Overview.html 29 Mar 2010 05:19:07 -0000 1.29
+++ Overview.html 29 Mar 2010 05:20:12 -0000 1.30
@@ -2747,7 +2747,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>

Received on Monday, 29 March 2010 05:20:51 UTC