[html5] r8355 - [e] (0) Missed something in the index when updating onresize Fixing https://www. [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat Dec 14 18:51:58 PST 2013


Author: ianh
Date: 2013-12-14 18:51:56 -0800 (Sat, 14 Dec 2013)
New Revision: 8355

Modified:
   complete.html
   index
   source
Log:
[e] (0) Missed something in the index when updating onresize
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24099
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-12-13 22:38:21 UTC (rev 8354)
+++ complete.html	2013-12-15 02:51:56 UTC (rev 8355)
@@ -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 — Last Updated 13 December 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — 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>
@@ -100800,7 +100800,7 @@
      <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>
 

Modified: index
===================================================================
--- index	2013-12-13 22:38:21 UTC (rev 8354)
+++ index	2013-12-15 02:51:56 UTC (rev 8355)
@@ -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 — Last Updated 13 December 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — 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>
@@ -100800,7 +100800,7 @@
      <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>
 

Modified: source
===================================================================
--- source	2013-12-13 22:38:21 UTC (rev 8354)
+++ source	2013-12-15 02:51:56 UTC (rev 8355)
@@ -112517,7 +112517,7 @@
 
     <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>
 




More information about the Commit-Watchers mailing list