- From: poot <cvsmail@w3.org>
- Date: Fri, 13 May 2011 03:23:08 -0400
- To: public-html-diffs@w3.org
simon: toBlob
http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.147&r2=1.148&f=h
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -d -r1.147 -r1.148
--- Overview.html 12 May 2011 17:53:21 -0000 1.147
+++ Overview.html 13 May 2011 07:20:25 -0000 1.148
@@ -1280,9 +1280,12 @@
<h3 id=changes-2011-01-13><span class=secno>5.1. </span>Changes since 5
April 2011</h3>
- <!-- rev 5974 - 6130 -->
+ <!-- rev 5974 - 6136 -->
<ul>
+ <li>The <code>toBlob()</code> method has been added to
+ <code>canvas</code>.
+
<li>The <code>drawFocusRing()</code> method on the <code>canvas</code> 2d
context has been split into two methods,
<code>drawSystemFocusRing()</code> and
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -d -r1.124 -r1.125
--- Overview.src.html 12 May 2011 17:53:21 -0000 1.124
+++ Overview.src.html 13 May 2011 07:20:25 -0000 1.125
@@ -1060,9 +1060,10 @@
<p>The changes in the changelogs are in rough chronological order.</p>
- <h3 id="changes-2011-01-13">Changes since 5 April 2011</h3> <!-- rev 5974 - 6130 -->
+ <h3 id="changes-2011-01-13">Changes since 5 April 2011</h3> <!-- rev 5974 - 6136 -->
<ul>
+ <li>The <code>toBlob()</code> method has been added to <code>canvas</code>.
<li>The <code>drawFocusRing()</code> method on the <code>canvas</code> 2d context has been split into two methods, <code>drawSystemFocusRing()</code> and <code>drawCustomFocusRing()</code>.
<li>The <code>values</code> attribute on <code>PropertyNodeList</code> has been replaced with a <code>getValues()</code> method.
<li>The <code>select</code> event has been specified.
Received on Friday, 13 May 2011 07:23:10 UTC