- From: poot <cvsmail@w3.org>
- Date: Tue, 17 May 2011 03:28:35 -0400
- To: public-html-diffs@w3.org
simon: window.external http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.149&r2=1.150&f=h =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.html,v retrieving revision 1.149 retrieving revision 1.150 diff -u -d -r1.149 -r1.150 --- Overview.html 16 May 2011 06:28:09 -0000 1.149 +++ Overview.html 17 May 2011 07:25:16 -0000 1.150 @@ -1280,9 +1280,13 @@ <h3 id=changes-2011-01-13><span class=secno>5.1. </span>Changes since 5 April 2011</h3> - <!-- rev 5974 - 6139 --> + <!-- rev 5974 - 6141 --> <ul> + <li>The <code>external</code> attribute has been added on + <code>window</code> and has the members <code>AddSearchProvider()</code> + and <code>IsSearchProviderInstalled()</code>. + <li>Support for the <code>javascript:</code> scheme in <code>img</code>, <code>object</code>, CSS, etc, has been dropped. Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.src.html,v retrieving revision 1.126 retrieving revision 1.127 diff -u -d -r1.126 -r1.127 --- Overview.src.html 16 May 2011 06:28:09 -0000 1.126 +++ Overview.src.html 17 May 2011 07:25:16 -0000 1.127 @@ -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 - 6139 --> + <h3 id="changes-2011-01-13">Changes since 5 April 2011</h3> <!-- rev 5974 - 6141 --> <ul> + <li>The <code>external</code> attribute has been added on <code>window</code> and has the members <code>AddSearchProvider()</code> and <code>IsSearchProviderInstalled()</code>. <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>.
Received on Tuesday, 17 May 2011 07:28:36 UTC