- From: poot <cvsmail@w3.org>
- Date: Mon, 16 May 2011 02:30:54 -0400
- To: public-html-diffs@w3.org
simon: javascript: http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.148&r2=1.149&f=h =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.html,v retrieving revision 1.148 retrieving revision 1.149 diff -u -d -r1.148 -r1.149 --- Overview.html 13 May 2011 07:20:25 -0000 1.148 +++ Overview.html 16 May 2011 06:28:09 -0000 1.149 @@ -503,7 +503,7 @@ <p><a href="http://www.w3.org/TR/html5/sections.html#the-footer-element"><code>footer</code></a> represents a footer for a section and can contain information about the - author, copyright information, et cetera. + author, copyright information, etc. <li> <p><a @@ -1280,9 +1280,12 @@ <h3 id=changes-2011-01-13><span class=secno>5.1. </span>Changes since 5 April 2011</h3> - <!-- rev 5974 - 6136 --> + <!-- rev 5974 - 6139 --> <ul> + <li>Support for the <code>javascript:</code> scheme in <code>img</code>, + <code>object</code>, CSS, etc, has been dropped. + <li>The <code>toBlob()</code> method has been added to <code>canvas</code>. Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.src.html,v retrieving revision 1.125 retrieving revision 1.126 diff -u -d -r1.125 -r1.126 --- Overview.src.html 13 May 2011 07:20:25 -0000 1.125 +++ Overview.src.html 16 May 2011 06:28:09 -0000 1.126 @@ -381,7 +381,7 @@ <li><p><a href="http://www.w3.org/TR/html5/sections.html#the-footer-element"><code>footer</code></a> represents a footer for a section and can contain information about - the author, copyright information, et cetera.</p></li> + the author, copyright information, etc.</p></li> <li><p><a href="http://www.w3.org/TR/html5/sections.html#the-nav-element"><code>nav</code></a> represents a section of the document intended for navigation.</p></li> @@ -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 - 6136 --> + <h3 id="changes-2011-01-13">Changes since 5 April 2011</h3> <!-- rev 5974 - 6139 --> <ul> + <li>Support for the <code>javascript:</code> scheme in <code>img</code>, <code>object</code>, CSS, etc, has been dropped. <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.
Received on Monday, 16 May 2011 06:30:56 UTC