- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Aug 2011 05:25:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv3136
Modified Files:
Overview.html
Log Message:
DOMContentLoaded wasn't in the summary. (whatwg r6477)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5178
retrieving revision 1.5179
diff -u -d -r1.5178 -r1.5179
--- Overview.html 16 Aug 2011 05:04:17 -0000 1.5178
+++ Overview.html 16 Aug 2011 05:25:44 -0000 1.5179
@@ -72034,6 +72034,10 @@
<td> <code><a href="#event">Event</a></code>
<td> Fired at elements when the user requests their context menu
+ <tr><td> <code title="event-DOMContentLoaded">DOMContentLoaded</code>
+ <td> <code><a href="#event">Event</a></code>
+ <td> Fired at the <code><a href="#document">Document</a></code> once the parser has finished
+
<tr><td> <code title="event-error">error</code>
<td> <code><a href="#event">Event</a></code>
<td> Fired at elements when network and script errors occur
@@ -72105,8 +72109,8 @@
<td> Fired at the <code><a href="#window">Window</a></code> object when the page is going away
</table><p class="note">See also <a href="#mediaevents">media element
- events</a>, <a href="#appcacheevents">application cache events</a>,
- and <a href="#dndevents">drag-and-drop events</a>.<h2 class="no-num" id="references">References</h2><p>All references are normative unless marked "Non-normative".</p><dl><dt id="refsABNF">[ABNF]</dt>
+ events</a>, <a href="#mediasteamevents"><code>MediaStream</code> and
+ <code>PeerConnection</code> events</a>, <a href="#appcacheevents">application cache events</a>, and <a href="#dndevents">drag-and-drop events</a>.<h2 class="no-num" id="references">References</h2><p>All references are normative unless marked "Non-normative".</p><dl><dt id="refsABNF">[ABNF]</dt>
<dd><cite><a href="http://www.ietf.org/rfc/std/std68.txt">Augmented
BNF for Syntax Specifications: ABNF</a></cite>, D. Crocker,
P. Overell. IETF.</dd>
Received on Tuesday, 16 August 2011 05:25:50 UTC