- From: poot <cvsmail@w3.org>
- Date: Tue, 16 Aug 2011 01:25:57 -0400
- To: public-html-diffs@w3.org
hixie: DOMContentLoaded wasn't in the summary. (whatwg r6477) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5178&r2=1.5179&f=h http://html5.org/tools/web-apps-tracker?from=6476&to=6477 =================================================================== 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:26:02 UTC