- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 15 Jun 2008 07:10:36 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv18170
Modified Files:
Overview.html Overview.src.html
Log Message:
1.929 Specify ImageData.data as a CanvasPixelArray. (whatwg r1740)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.254
retrieving revision 1.255
diff -u -d -r1.254 -r1.255
--- Overview.html 15 Jun 2008 06:55:58 -0000 1.254
+++ Overview.html 15 Jun 2008 07:10:34 -0000 1.255
@@ -240,6 +240,19 @@
and
<code class="method">putID()</code>
methods.</li>
+ <li>The
+ <code>CanvasPixelArray</code>
+ interface
+ was added to the interface definition for the
+ <code>CanvasRenderingContext2D</code>
+ interface, and statements were added to define
+ the relationship of the
+ <code class="domattribute">data</code>
+ attribute on
+ <code>ImageData</code>
+ objects to the
+ <code>CanvasPixelArray</code>
+ object.</li>
</ul>
</div>
</div>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -d -r1.243 -r1.244
--- Overview.src.html 15 Jun 2008 06:55:58 -0000 1.243
+++ Overview.src.html 15 Jun 2008 07:10:34 -0000 1.244
@@ -182,6 +182,19 @@
and
<code class=method>putID()</code>
methods.</li>
+ <li>The
+ <code>CanvasPixelArray</code>
+ interface
+ was added to the interface definition for the
+ <code>CanvasRenderingContext2D</code>
+ interface, and statements were added to define
+ the relationship of the
+ <code class=domattribute>data</code>
+ attribute on
+ <code>ImageData</code>
+ objects to the
+ <code>CanvasPixelArray</code>
+ object.</li>
</ul>
</section>
</section>
Received on Sunday, 15 June 2008 07:11:11 UTC