- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 29 Mar 2010 05:20:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/2dcontext
In directory hutz:/tmp/cvs-serv26685
Modified Files:
Overview.html
Log Message:
add more useful info for authors for the ImageData array. (whatwg r4888)
Index: Overview.html
===================================================================
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:16 UTC