[EME] Bug 21203 - EME leaks information cross-origin - Remove CORS text from createSession().
--- a/encrypted-media/encrypted-media.html Tue Oct 15 11:57:47 2013 -0700
+++ b/encrypted-media/encrypted-media.html Mon Oct 28 12:54:32 2013 -0700
@@ -56,7 +56,7 @@
<div class="head">
<p><a href="http://www.w3.org/"><img src="https://www.w3.org/Icons/w3c_home" alt="W3C" width="72" height="48"></a></p>
<h1>Encrypted Media Extensions</h1>
- <h2 id="draft-date">W3C Editor's Draft 15 October 2013</h2>
+ <h2 id="draft-date">W3C Editor's Draft 28 October 2013</h2>
<dl>
<dt>This Version:</dt>
<dd><a href="http://dvcs.w3.org/hg/html-media/raw-file/default/encrypted-media/encrypted-media.html">http://dvcs.w3.org/hg/html-media/raw-file/default/encrypted-media/encrypted-media.html</a></dd>
@@ -373,8 +373,7 @@
<li>
<p>Use <var title="true">cdm</var> to generate a key request and follow the steps for the first matching condition from the following list:</p>
<dl class="switch">
- <dt>If a request is successfully generated and the <a href="http://www.w3.org/TR/html5/embedded-content-0.html#media-data">media data</a> is <a href="http://www.w3.org/TR/html5/infrastructure.html#cors-same-origin">CORS-same-origin</a>
-</dt>
+ <dt>If a request is successfully generated</dt>
<dd>
<ol>
<li>
--- a/encrypted-media/encrypted-media.xml Tue Oct 15 11:57:47 2013 -0700
+++ b/encrypted-media/encrypted-media.xml Mon Oct 28 12:54:32 2013 -0700
@@ -55,7 +55,7 @@
<div class="head">
<p><a href="http://www.w3.org/"><img src="https://www.w3.org/Icons/w3c_home" alt="W3C" width="72" height="48" /></a></p>
<h1>Encrypted Media Extensions</h1>
- <h2 id="draft-date">W3C Editor's Draft 15 October 2013</h2>
+ <h2 id="draft-date">W3C Editor's Draft 28 October 2013</h2>
<dl>
<dt>This Version:</dt>
<dd><a href="http://dvcs.w3.org/hg/html-media/raw-file/default/encrypted-media/encrypted-media.html">http://dvcs.w3.org/hg/html-media/raw-file/default/encrypted-media/encrypted-media.html</a></dd>
@@ -366,7 +366,7 @@
<li><p>Let <var title="true">defaultURL</var> be null.</p></li>
<li><p>Use <var title="true">cdm</var> to generate a key request and follow the steps for the first matching condition from the following list:</p>
<dl class="switch">
- <dt>If a request is successfully generated and the <videoanchor name="media-data">media data</videoanchor> is <cors-same-origin/></dt>
+ <dt>If a request is successfully generated</dt>
<dd>
<ol>
<li><p>Let <var title="true">key request</var> be a key request generated by the <a href="#cdm">CDM</a> using <var title="true">initData</var>, if provided. The <var title="true">key request</var> may be empty if the <a href="#cdm">CDM</a> does not need a message exchange.</p>