[EME] Updated event table to include closed
authorAdrian Bateman <adrianba@microsoft.com>
Tue, 17 Dec 2013 15:29:44 -0800
changeset 221 c148640a920d
parent 220 e35d8e6618b3
child 222 8f8f4db7519b
[EME] Updated event table to include closed
encrypted-media/encrypted-media.html
encrypted-media/encrypted-media.xml
--- a/encrypted-media/encrypted-media.html	Tue Dec 17 15:22:58 2013 -0800
+++ b/encrypted-media/encrypted-media.html	Tue Dec 17 15:29:44 2013 -0800
@@ -807,6 +807,14 @@
           </td>
           <td></td>
         </tr>
+        <tr>
+          <td><dfn id="dom-eventclosed"><code>closed</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 session is no longer needed. The session moves to the <code><a href="#dom-stateclosed">CLOSED</a></code> state.
+          </td>
+          <td></td>
+        </tr>
       </tbody>
     </table>
 
--- a/encrypted-media/encrypted-media.xml	Tue Dec 17 15:22:58 2013 -0800
+++ b/encrypted-media/encrypted-media.xml	Tue Dec 17 15:29:44 2013 -0800
@@ -766,6 +766,14 @@
           </td>
           <td><!-- No Preconditions. --></td>
         </tr>
+        <tr>
+          <td><codedfn prefix="event">closed</codedfn></td>
+          <td><code><dom4ref name="event">Event</dom4ref></code></td>
+          <td>
+            The session is no longer needed. The session moves to the <coderef prefix="state">CLOSED</coderef> state.
+          </td>
+          <td><!-- No Preconditions. --></td>
+        </tr>
       </tbody>
     </table>