[html5] r4093 - [e] (0) fix toc; add 'interface' column to event index table

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 7 13:15:00 PDT 2009


Author: ianh
Date: 2009-10-07 13:14:59 -0700 (Wed, 07 Oct 2009)
New Revision: 4093

Modified:
   index
   source
Log:
[e] (0) fix toc; add 'interface' column to event index table

Modified: index
===================================================================
--- index	2009-10-07 08:45:25 UTC (rev 4092)
+++ index	2009-10-07 20:14:59 UTC (rev 4093)
@@ -73569,7 +73569,7 @@
   semantics as when used with <code>application/json</code>. <a href=#refsJSON>[JSON]</a></p>
 
 
-  <h6 id=ping-from><span class=secno>12.5.1 </span><dfn title=http-ping-from><code>Ping-From</code></dfn></h6>
+  <h5 id=ping-from><span class=secno>12.5.1 </span><dfn title=http-ping-from><code>Ping-From</code></dfn></h5>
 
   <p>This section describes a header field for registration in the
   Permanent Message Header Field Registry.  <a href=#refsRFC3864>[RFC3864]</a></p>
@@ -73588,7 +73588,7 @@
    </dd>
    <dt>Related information</dt>
    <dd>None.</dd>   
-  </dl><h6 id=ping-to><span class=secno>12.5.2 </span><dfn title=http-ping-to><code>Ping-To</code></dfn></h6>
+  </dl><h5 id=ping-to><span class=secno>12.5.2 </span><dfn title=http-ping-to><code>Ping-To</code></dfn></h5>
 
   <p>This section describes a header field for registration in the
   Permanent Message Header Field Registry.  <a href=#refsRFC3864>[RFC3864]</a></p>
@@ -74730,11 +74730,13 @@
     <tr><td class=XXX colspan=2> ...
   </table><hr><table><caption>List of events</caption>
    <thead><tr><th> Event
+     <th> Interface
      <th> Description
-   <tbody><tr><td class=XXX colspan=2> ...
+   <tbody><tr><td class=XXX colspan=3> ...
     <tr><td> <code title=event-load>load</code>
+     <td> <code>Event</code>
      <td> The element or page has finished loading
-    <tr><td class=XXX colspan=2> ...
+    <tr><td class=XXX colspan=3> ...
   </table><!--START vCard--><!--START vEvent--><h2 class=no-num id=references>References</h2><!--REFS-->
 
 <!--END vCard--><!--END vEvent-->

Modified: source
===================================================================
--- source	2009-10-07 08:45:25 UTC (rev 4092)
+++ source	2009-10-07 20:14:59 UTC (rev 4093)
@@ -90607,7 +90607,7 @@
   href="#refsJSON">[JSON]</a></p>
 
 
-  <h6><dfn title="http-ping-from"><code>Ping-From</code></dfn></h6>
+  <h5><dfn title="http-ping-from"><code>Ping-From</code></dfn></h5>
 
   <p>This section describes a header field for registration in the
   Permanent Message Header Field Registry.  <a
@@ -90631,7 +90631,7 @@
   </dl>
 
 
-  <h6><dfn title="http-ping-to"><code>Ping-To</code></dfn></h6>
+  <h5><dfn title="http-ping-to"><code>Ping-To</code></dfn></h5>
 
   <p>This section describes a header field for registration in the
   Permanent Message Header Field Registry.  <a
@@ -92112,15 +92112,17 @@
    <thead>
     <tr>
      <th> Event
+     <th> Interface
      <th> Description
    <tbody>
     <tr>
-     <td colspan=2 class="XXX"> ...
+     <td colspan=3 class="XXX"> ...
     <tr> 
      <td> <code title="event-load">load</code>
+     <td> <code>Event</code>
      <td> The element or page has finished loading
     <tr>
-     <td colspan=2 class="XXX"> ...
+     <td colspan=3 class="XXX"> ...
   </table>
 
 




More information about the Commit-Watchers mailing list