[EME] Bug 26575 - Remove issue block now that the issue is addressed.
--- a/encrypted-media/encrypted-media.html Tue Aug 26 16:55:31 2014 -0700
+++ b/encrypted-media/encrypted-media.html Tue Aug 26 17:03:44 2014 -0700
@@ -464,10 +464,6 @@
<p>The <dfn id="dom-keysystem"><code>keySystem</code></dfn> attribute identifies the <a href="#key-system">Key System</a> being used.</p>
- <div class="issue">
-<div class="issue-title"><span>Issue 1</span></div>
-<p class=""><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26575">Bug 26575</a> - This method may be changed to return the MediaKeySession object synchronously.</p>
-</div>
<p>The <dfn id="dom-createsession"><code>createSession(sessionType)</code></dfn> method returns a new <code><a href="#dom-mediakeysession">MediaKeySession</a></code> object. It must run the following steps:</p>
<ol>
@@ -509,7 +505,7 @@
<p>The <dfn id="dom-istypesupported"><code>isTypeSupported(keySystem, initDataType, contentType, capability)</code></dfn> method returns whether <var title="true">keySystem</var> is supported with the <var title="true"><a href="#initialization-data-type">initDataType</a></var>, container and codec(s) specified by <var title="true">contentType</var>, and <var title="true">capability</var>.</p>
<div class="issue">
-<div class="issue-title"><span>Issue 2</span></div>
+<div class="issue-title"><span>Issue 1</span></div>
<p class=""><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25923">Bug 25923</a> - isTypeSupported() may be made asynchronous.</p>
</div>
<div class="example">
@@ -1188,7 +1184,7 @@
<h3 id="algorithms-queue-error">4.4. Queue an "error" Event</h3>
<div class="issue">
-<div class="issue-title"><span>Issue 3</span></div>
+<div class="issue-title"><span>Issue 2</span></div>
<p class=""><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26372">Bug 26372</a> - There is currently no mechanism for reporting errors and other events not related to a specific method call.</p>
</div>
@@ -1934,6 +1930,14 @@
</thead>
<tbody>
<tr>
+ <td>26 August 2014</td>
+ <td>Moved license request generation and session loading to MediaKeySession.</td>
+ </tr>
+ <tr>
+ <td><a href="http://dvcs.w3.org/hg/html-media/raw-file/9a94854a5999/encrypted-media/encrypted-media.html">18 August 2014</a></td>
+ <td>Produced candidate WD.</td>
+ </tr>
+ <tr>
<td><a href="https://dvcs.w3.org/hg/html-media/raw-file/9842af174b80/encrypted-media/encrypted-media.html">14 April 2014</a></td>
<td>Use promises.</td>
</tr>
--- a/encrypted-media/encrypted-media.xml Tue Aug 26 16:55:31 2014 -0700
+++ b/encrypted-media/encrypted-media.xml Tue Aug 26 17:03:44 2014 -0700
@@ -454,7 +454,6 @@
<p>The <codedfn>keySystem</codedfn> attribute identifies the <a href="#key-system">Key System</a> being used.</p>
- <div class="issue"><div class="issue-title"><span>Issue 1</span></div><p class=""><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26575">Bug 26575</a> - This method may be changed to return the MediaKeySession object synchronously.</p></div>
<p>The <methoddfn name="createSession">createSession(<var title="true">sessionType</var>)</methoddfn> method returns a new <coderef>MediaKeySession</coderef> object. It must run the following steps:</p>
<ol>
@@ -493,7 +492,7 @@
</ol>
<p>The <methoddfn name="isTypeSupported">isTypeSupported(<var title="true">keySystem</var>, <var title="true">initDataType</var>, <var title="true">contentType</var>, <var title="true">capability</var>)</methoddfn> method returns whether <var title="true">keySystem</var> is supported with the <var title="true"><a href="#initialization-data-type">initDataType</a></var>, container and codec(s) specified by <var title="true">contentType</var>, and <var title="true">capability</var>.</p>
- <div class="issue"><div class="issue-title"><span>Issue 2</span></div><p class=""><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25923">Bug 25923</a> - isTypeSupported() may be made asynchronous.</p></div>
+ <div class="issue"><div class="issue-title"><span>Issue 1</span></div><p class=""><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25923">Bug 25923</a> - isTypeSupported() may be made asynchronous.</p></div>
<div class="example">
<p>The following list shows some examples.</p>
<dl>
@@ -1122,7 +1121,7 @@
</ol>
<h3 id="algorithms-queue-error">4.4. Queue an "error" Event</h3>
- <div class="issue"><div class="issue-title"><span>Issue 3</span></div><p class=""><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26372">Bug 26372</a> - There is currently no mechanism for reporting errors and other events not related to a specific method call.</p></div>
+ <div class="issue"><div class="issue-title"><span>Issue 2</span></div><p class=""><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26372">Bug 26372</a> - There is currently no mechanism for reporting errors and other events not related to a specific method call.</p></div>
<h3 id="algorithms-keys-changed">4.5. Usable Keys Changed</h3>
<p>The Usable Keys Changed algorithm is run when the CDM changes the set of keys in the session that may be used for decryption.
@@ -1862,6 +1861,14 @@
</thead>
<tbody>
<tr>
+ <td>26 August 2014</td>
+ <td>Moved license request generation and session loading to MediaKeySession.</td>
+ </tr>
+ <tr>
+ <td><a href="http://dvcs.w3.org/hg/html-media/raw-file/9a94854a5999/encrypted-media/encrypted-media.html">18 August 2014</a></td>
+ <td>Produced candidate WD.</td>
+ </tr>
+ <tr>
<td><a href="https://dvcs.w3.org/hg/html-media/raw-file/9842af174b80/encrypted-media/encrypted-media.html">14 April 2014</a></td>
<td>Use promises.</td>
</tr>