html5/html4-differences Overview.src.html,1.124,1.125 Overview.html,1.147,1.148

Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv12586

Modified Files:
	Overview.src.html Overview.html 
Log Message:
toBlob

Index: Overview.html
===================================================================
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:20:29 UTC