[EME] Bug 21854 - Define MediaKeySession life cycle states and/or events
authorAdrian Bateman <adrianba@microsoft.com>
Thu, 12 Dec 2013 15:16:14 -0800
changeset 215 d9c9406a821f
parent 214 d8ad50e85da3
child 216 ced285c99703
[EME] Bug 21854 - Define MediaKeySession life cycle states and/or events
encrypted-media/encrypted-media.html
encrypted-media/encrypted-media.xml
--- a/encrypted-media/encrypted-media.html	Tue Dec 10 07:54:50 2013 -0800
+++ b/encrypted-media/encrypted-media.html	Thu Dec 12 15:16:14 2013 -0800
@@ -850,7 +850,7 @@
           <td><dfn id="dom-eventready"><code>ready</code></dfn></td>
           <td><code><a href="https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#event">Event</a></code></td>
           <td>
-            The media element should not be blocked if encrypted data is encountered associated with the initData used to create the session. The session moves to the <code><a href="#dom-stateready">READY</a></code> state.
+            The CDM currently has all the information it needs to use keys/licenses from this session. The session moves to the <code><a href="#dom-stateready">READY</a></code> state.
           </td>
           <td></td>
         </tr>
--- a/encrypted-media/encrypted-media.xml	Tue Dec 10 07:54:50 2013 -0800
+++ b/encrypted-media/encrypted-media.xml	Thu Dec 12 15:16:14 2013 -0800
@@ -805,7 +805,7 @@
           <td><codedfn prefix="event">ready</codedfn></td>
           <td><code><dom4ref name="event">Event</dom4ref></code></td>
           <td>
-            The media element should not be blocked if encrypted data is encountered associated with the initData used to create the session. The session moves to the <coderef prefix="state">READY</coderef> state.
+            The CDM currently has all the information it needs to use keys/licenses from this session. The session moves to the <coderef prefix="state">READY</coderef> state.
           </td>
           <td><!-- No Preconditions. --></td>
         </tr>