Skip to content

Commit

Permalink
[e] (0) fix toc; add 'interface' column to event index table
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4093 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 7, 2009
1 parent 778068c commit 81f27ac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions index
Expand Up @@ -73569,7 +73569,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
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>
Expand All @@ -73588,7 +73588,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
</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>
Expand Down Expand Up @@ -74730,11 +74730,13 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<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-->
Expand Down
10 changes: 6 additions & 4 deletions source
Expand Up @@ -90607,7 +90607,7 @@ interface <span>HTMLDocument</span> {
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
Expand All @@ -90631,7 +90631,7 @@ interface <span>HTMLDocument</span> {
</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
Expand Down Expand Up @@ -92112,15 +92112,17 @@ interface <span>HTMLDocument</span> {
<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>


Expand Down

0 comments on commit 81f27ac

Please sign in to comment.