--- 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>