- From: Simon Pieters via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 19 May 2011 08:30:16 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv21736
Modified Files:
Overview.src.html Overview.html
Log Message:
cross-origin
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -d -r1.150 -r1.151
--- Overview.html 17 May 2011 07:25:16 -0000 1.150
+++ Overview.html 19 May 2011 08:30:14 -0000 1.151
@@ -1283,6 +1283,10 @@
<!-- rev 5974 - 6141 -->
<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><a href="#ref-cors">CORS</a></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>.
@@ -2140,6 +2144,11 @@
<h2 class=no-num id=references>References</h2>
<dl>
+ <dt>[<dfn id=ref-cors>CORS</dfn>]
+
+ <dd><cite><a href="http://www.w3.org/TR/cors/">Cross-Origin Resource
+ Sharing</a></cite>, A. van Kesteren. W3C.
+
<dt>[<dfn id=ref-css-ui>CSS-UI</dfn>]
<dd><cite><a href="http://www.w3.org/TR/css3-ui/">CSS3 Basic User
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -d -r1.127 -r1.128
--- Overview.src.html 17 May 2011 07:25:16 -0000 1.127
+++ Overview.src.html 19 May 2011 08:30:14 -0000 1.128
@@ -1063,6 +1063,7 @@
<h3 id="changes-2011-01-13">Changes since 5 April 2011</h3> <!-- rev 5974 - 6141 -->
<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>.
@@ -1715,6 +1716,10 @@
<h2 class="no-num" id="references">References</h2>
<dl>
+ <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>
+
<dt>[<dfn id="ref-css-ui">CSS-UI</dfn>]</dt>
<dd><cite><a href="http://www.w3.org/TR/css3-ui/">CSS3 Basic User
Received on Thursday, 19 May 2011 08:30:19 UTC