Skip to content

Commit

Permalink
[e] (0) Missed something in the index when updating onresize
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24099
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8355 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 15, 2013
1 parent 566b8ed commit add7307
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@

<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 13 December 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 15 December 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -100800,7 +100800,7 @@ <h3 class=no-num id=element-content-categories>Element content categories</h3>
<td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>

<tr><th id=ix-handler-onresize> <code title="">onresize</code>
<td> <code title=handler-onresize><a href=#handler-onresize>body</a></code>
<td> <a href=#handler-onresize title=handler-onresize>HTML elements</a>
<td> <code title=event-resize>resize</code> event handler
<td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>

Expand Down
4 changes: 2 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@

<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 13 December 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 15 December 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -100800,7 +100800,7 @@ if (s = prompt('What is your name?')) {
<td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>

<tr><th id=ix-handler-onresize> <code title="">onresize</code>
<td> <code title=handler-onresize><a href=#handler-onresize>body</a></code>
<td> <a href=#handler-onresize title=handler-onresize>HTML elements</a>
<td> <code title=event-resize>resize</code> event handler
<td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>

Expand Down
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -112517,7 +112517,7 @@ if (s = prompt('What is your name?')) {

<tr>
<th id="ix-handler-onresize"> <code data-x="">onresize</code>
<td> <code data-x="handler-onresize">body</code>
<td> <span data-x="handler-onresize">HTML elements</span>
<td> <code data-x="event-resize">resize</code> event handler
<td> <span data-x="event handler content attributes">Event handler content attribute</span>

Expand Down

0 comments on commit add7307

Please sign in to comment.