--- a/html/DOM3-Events.html Thu Mar 06 08:35:10 2014 -0800
+++ b/html/DOM3-Events.html Mon Mar 31 10:34:45 2014 -0700
@@ -1331,11 +1331,11 @@
method call.
</p>
- <dl class="idl" title="dictionary CustomEventInit">
+ <dl class="idl" title="dictionary CustomEventInit : EventInit">
<dt>any detail = null</dt><dd></dd>
</dl>
- <dl class="idl" title="[Constructor(DOMString typeArg, optional CustomEventInit customEventInitDict] interface CustomEvent">
+ <dl class="idl" title="[Constructor(DOMString typeArg, optional CustomEventInit customEventInitDict] interface CustomEvent : Event">
<dt>readonly attribute any detail</dt>
<dd>
<p>Specifies some detail information about the <a href="#interface-Event"><code>Event</code></a>.