[html5] r6300 - [e] (0) make some class=impl text visible to authors Fixing http://www.w3.org/Bu [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Jul 14 16:35:14 PDT 2011


Author: ianh
Date: 2011-07-14 16:35:12 -0700 (Thu, 14 Jul 2011)
New Revision: 6300

Modified:
   complete.html
   index
   source
Log:
[e] (0) make some class=impl text visible to authors
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12491

Modified: complete.html
===================================================================
--- complete.html	2011-07-14 23:31:34 UTC (rev 6299)
+++ complete.html	2011-07-14 23:35:12 UTC (rev 6300)
@@ -68587,13 +68587,11 @@
   instead used to determine the message to show the user.</p>
 
 
-  <div class=impl>
-
   <h5 id=event-handlers-on-elements,-document-objects,-and-window-objects><span class=secno>7.1.6.2 </span>Event handlers on elements, <code><a href=#document>Document</a></code> objects, and <code><a href=#window>Window</a></code> objects</h5>
 
   <p>The following are the <a href=#event-handlers>event handlers</a> (and their
   corresponding <a href=#event-handler-event-type title="event handler event type">event handler
-  event types</a>) that must be supported by all <a href=#html-elements>HTML
+  event types</a>) <span class=impl>that must be</span> supported by all <a href=#html-elements>HTML
   elements</a>, as both content attributes and IDL attributes, and
   on <code><a href=#document>Document</a></code> and <code><a href=#window>Window</a></code> objects, as IDL
   attributes.</p>
@@ -68657,7 +68655,7 @@
 <!--<tr><td><dfn title="handler-onselectstart"><code>onselectstart</code></dfn> <td> <code title="event-selectstart">selectstart</code>--> <!-- widely used -->
   </table><hr><p>The following are the <a href=#event-handlers>event handlers</a> (and their
   corresponding <a href=#event-handler-event-type title="event handler event type">event handler
-  event types</a>) that must be supported by all <a href=#html-elements>HTML
+  event types</a>) <span class=impl>that must be</span> supported by all <a href=#html-elements>HTML
   elements</a> other than <code><a href=#the-body-element>body</a></code>, as both content
   attributes and IDL attributes, and on <code><a href=#document>Document</a></code> objects,
   as IDL attributes:</p>
@@ -68670,7 +68668,7 @@
     <tr><td><dfn id=handler-onscroll title=handler-onscroll><code>onscroll</code></dfn> <td> <code title=event-scroll>scroll</code>
   </table><hr><p>The following are the <a href=#event-handlers>event handlers</a> (and their
   corresponding <a href=#event-handler-event-type title="event handler event type">event handler
-  event types</a>) that must be supported by <code><a href=#window>Window</a></code>
+  event types</a>) <span class=impl>that must be</span> supported by <code><a href=#window>Window</a></code>
   objects, as IDL attributes on the <code><a href=#window>Window</a></code> object, and
   with corresponding content attributes and IDL attributes exposed on
   the <code><a href=#the-body-element>body</a></code> and <code><a href=#frameset>frameset</a></code> elements:</p>
@@ -68699,9 +68697,7 @@
   </table><p class=note>The <code title=handler-window-onerror><a href=#handler-window-onerror>onerror</a></code>
   handler is also used for <a href=#runtime-script-errors>reporting script errors</a>.</p>
 
-  </div>
 
-
   <div class=impl>
 
   <h5 id=event-firing><span class=secno>7.1.6.3 </span>Event firing</h5>

Modified: index
===================================================================
--- index	2011-07-14 23:31:34 UTC (rev 6299)
+++ index	2011-07-14 23:35:12 UTC (rev 6300)
@@ -68479,13 +68479,11 @@
   instead used to determine the message to show the user.</p>
 
 
-  <div class=impl>
-
   <h5 id=event-handlers-on-elements,-document-objects,-and-window-objects><span class=secno>7.1.6.2 </span>Event handlers on elements, <code><a href=#document>Document</a></code> objects, and <code><a href=#window>Window</a></code> objects</h5>
 
   <p>The following are the <a href=#event-handlers>event handlers</a> (and their
   corresponding <a href=#event-handler-event-type title="event handler event type">event handler
-  event types</a>) that must be supported by all <a href=#html-elements>HTML
+  event types</a>) <span class=impl>that must be</span> supported by all <a href=#html-elements>HTML
   elements</a>, as both content attributes and IDL attributes, and
   on <code><a href=#document>Document</a></code> and <code><a href=#window>Window</a></code> objects, as IDL
   attributes.</p>
@@ -68549,7 +68547,7 @@
 <!--<tr><td><dfn title="handler-onselectstart"><code>onselectstart</code></dfn> <td> <code title="event-selectstart">selectstart</code>--> <!-- widely used -->
   </table><hr><p>The following are the <a href=#event-handlers>event handlers</a> (and their
   corresponding <a href=#event-handler-event-type title="event handler event type">event handler
-  event types</a>) that must be supported by all <a href=#html-elements>HTML
+  event types</a>) <span class=impl>that must be</span> supported by all <a href=#html-elements>HTML
   elements</a> other than <code><a href=#the-body-element>body</a></code>, as both content
   attributes and IDL attributes, and on <code><a href=#document>Document</a></code> objects,
   as IDL attributes:</p>
@@ -68562,7 +68560,7 @@
     <tr><td><dfn id=handler-onscroll title=handler-onscroll><code>onscroll</code></dfn> <td> <code title=event-scroll>scroll</code>
   </table><hr><p>The following are the <a href=#event-handlers>event handlers</a> (and their
   corresponding <a href=#event-handler-event-type title="event handler event type">event handler
-  event types</a>) that must be supported by <code><a href=#window>Window</a></code>
+  event types</a>) <span class=impl>that must be</span> supported by <code><a href=#window>Window</a></code>
   objects, as IDL attributes on the <code><a href=#window>Window</a></code> object, and
   with corresponding content attributes and IDL attributes exposed on
   the <code><a href=#the-body-element>body</a></code> and <code><a href=#frameset>frameset</a></code> elements:</p>
@@ -68591,9 +68589,7 @@
   </table><p class=note>The <code title=handler-window-onerror><a href=#handler-window-onerror>onerror</a></code>
   handler is also used for <a href=#runtime-script-errors>reporting script errors</a>.</p>
 
-  </div>
 
-
   <div class=impl>
 
   <h5 id=event-firing><span class=secno>7.1.6.3 </span>Event firing</h5>

Modified: source
===================================================================
--- source	2011-07-14 23:31:34 UTC (rev 6299)
+++ source	2011-07-14 23:35:12 UTC (rev 6300)
@@ -78117,13 +78117,11 @@
   instead used to determine the message to show the user.</p>
 
 
-  <div class="impl">
-
   <h5>Event handlers on elements, <code>Document</code> objects, and <code>Window</code> objects</h5>
 
   <p>The following are the <span>event handlers</span> (and their
   corresponding <span title="event handler event type">event handler
-  event types</span>) that must be supported by all <span>HTML
+  event types</span>) <span class="impl">that must be</span> supported by all <span>HTML
   elements</span>, as both content attributes and IDL attributes, and
   on <code>Document</code> and <code>Window</code> objects, as IDL
   attributes.</p>
@@ -78194,7 +78192,7 @@
 
   <p>The following are the <span>event handlers</span> (and their
   corresponding <span title="event handler event type">event handler
-  event types</span>) that must be supported by all <span>HTML
+  event types</span>) <span class="impl">that must be</span> supported by all <span>HTML
   elements</span> other than <code>body</code>, as both content
   attributes and IDL attributes, and on <code>Document</code> objects,
   as IDL attributes:</p>
@@ -78214,7 +78212,7 @@
 
   <p>The following are the <span>event handlers</span> (and their
   corresponding <span title="event handler event type">event handler
-  event types</span>) that must be supported by <code>Window</code>
+  event types</span>) <span class="impl">that must be</span> supported by <code>Window</code>
   objects, as IDL attributes on the <code>Window</code> object, and
   with corresponding content attributes and IDL attributes exposed on
   the <code>body</code> and <code>frameset</code> elements:</p>
@@ -78249,9 +78247,7 @@
   handler is also used for <a
   href="#runtime-script-errors">reporting script errors</a>.</p>
 
-  </div>
 
-
   <div class="impl">
 
   <h5>Event firing</h5>




More information about the Commit-Watchers mailing list