[html5] r6477 - [e] (0) DOMContentLoaded wasn't in the summary. Fixing http://www.w3.org/Bugs/Pu [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 15 22:25:19 PDT 2011
Author: ianh
Date: 2011-08-15 22:25:17 -0700 (Mon, 15 Aug 2011)
New Revision: 6477
Modified:
complete.html
index
source
Log:
[e] (0) DOMContentLoaded wasn't in the summary.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13235
Modified: complete.html
===================================================================
--- complete.html 2011-08-16 05:03:49 UTC (rev 6476)
+++ complete.html 2011-08-16 05:25:17 UTC (rev 6477)
@@ -1016,7 +1016,7 @@
<li><a href=#security-considerations><span class=secno>9.5.1 </span>Security considerations</a></ol></li>
<li><a href=#garbage-collection-0><span class=secno>9.6 </span>Garbage collection</a></li>
<li><a href=#event-definitions-0><span class=secno>9.7 </span>Event definitions</a></li>
- <li><a href=#event-summary><span class=secno>9.8 </span>Event Summary</a></ol></li>
+ <li><a href=#mediastreamevents><span class=secno>9.8 </span>Event Summary</a></ol></li>
<li><a href=#workers><span class=secno>10 </span>Web workers</a>
<ol>
<li><a href=#introduction-13><span class=secno>10.1 </span>Introduction</a>
@@ -77370,7 +77370,7 @@
</div>
- <h3 id=event-summary><span class=secno>9.8 </span>Event Summary</h3>
+ <h3 id=mediastreamevents><span class=secno>9.8 </span>Event Summary</h3>
<p><i>This section is non-normative.</i></p>
Modified: index
===================================================================
--- index 2011-08-16 05:03:49 UTC (rev 6476)
+++ index 2011-08-16 05:25:17 UTC (rev 6477)
@@ -1016,7 +1016,7 @@
<li><a href=#security-considerations><span class=secno>9.5.1 </span>Security considerations</a></ol></li>
<li><a href=#garbage-collection-0><span class=secno>9.6 </span>Garbage collection</a></li>
<li><a href=#event-definitions-0><span class=secno>9.7 </span>Event definitions</a></li>
- <li><a href=#event-summary><span class=secno>9.8 </span>Event Summary</a></ol></li>
+ <li><a href=#mediastreamevents><span class=secno>9.8 </span>Event Summary</a></ol></li>
<li><a href=#comms><span class=secno>10 </span>Communication</a>
<ol>
<li><a href=#event-definitions-1><span class=secno>10.1 </span>Event definitions</a></li>
@@ -77266,7 +77266,7 @@
</div>
- <h3 id=event-summary><span class=secno>9.8 </span>Event Summary</h3>
+ <h3 id=mediastreamevents><span class=secno>9.8 </span>Event Summary</h3>
<p><i>This section is non-normative.</i></p>
@@ -96339,6 +96339,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
@@ -96420,8 +96424,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>.</p>
+ 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>.</p>
Modified: source
===================================================================
--- source 2011-08-16 05:03:49 UTC (rev 6476)
+++ source 2011-08-16 05:25:17 UTC (rev 6477)
@@ -88175,7 +88175,7 @@
</div>
- <h3>Event Summary</h3>
+ <h3 id="mediastreamevents">Event Summary</h3>
<!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
@@ -114735,6 +114735,11 @@
<td> Fired at elements when the user requests their context menu
<tr>
+ <td> <code title="event-DOMContentLoaded">DOMContentLoaded</code>
+ <td> <code>Event</code>
+ <td> Fired at the <code>Document</code> once the parser has finished
+
+ <tr>
<td> <code title="event-error">error</code>
<td> <code>Event</code>
<td> Fired at elements when network and script errors occur
@@ -114836,8 +114841,10 @@
</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>.</p>
+ 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>.</p>
<!--END w3c-html--><!--END html--><!--END dev-html-->
More information about the Commit-Watchers
mailing list