html5/html4-differences Overview.src.html,1.128,1.129

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

Modified Files:
	Overview.src.html 
Log Message:
drop cross-origin and window.external. thanks Julian

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- Overview.src.html	19 May 2011 08:30:14 -0000	1.128
+++ Overview.src.html	19 May 2011 08:53:14 -0000	1.129
@@ -1059,12 +1059,13 @@
 
     <p>The changes in the changelogs are in rough chronological order.</p>
 
+    <!-- rev 6139 - 6142 -->
+     <!--<li>The <code>cross-origin</code> attribute has been added to <code>img</code>, <code>video</code> and <code>audio</code> to use CORS. [<cite><span>CORS</span></cite>]
+     <li>The <code>external</code> attribute has been added on <code>window</code> and has the members <code>AddSearchProvider()</code> and <code>IsSearchProviderInstalled()</code>.-->
 
-    <h3 id="changes-2011-01-13">Changes since 5 April 2011</h3> <!-- rev 5974 - 6141 -->
+    <h3 id="changes-2011-01-13">Changes since 5 April 2011</h3> <!-- rev 5974 - 6139 -->
 
     <ul>
-     <li>The <code>cross-origin</code> attribute has been added to <code>img</code>, <code>video</code> and <code>audio</code> to use CORS. [<cite><span>CORS</span></cite>]
-     <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>.
@@ -1716,9 +1717,9 @@
     <h2 class="no-num" id="references">References</h2>
 
     <dl>
-      <dt>[<dfn id="ref-cors">CORS</dfn>]</dt>
+      <!--<dt>[<dfn id="ref-cors">CORS</dfn>]</dt>
 
-      <dd><cite><a href="http://www.w3.org/TR/cors/">Cross-Origin Resource Sharing</a></cite>, A. van Kesteren. W3C.</dd>
+      <dd><cite><a href="http://www.w3.org/TR/cors/">Cross-Origin Resource Sharing</a></cite>, A. van Kesteren. W3C.</dd>-->
 
       <dt>[<dfn id="ref-css-ui">CSS-UI</dfn>]</dt>
 

Received on Thursday, 19 May 2011 08:53:17 UTC