Skip to content

Commit

Permalink
[e] (0) make some class=impl text visible to authors
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12491

git-svn-id: http://svn.whatwg.org/webapps@6300 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 14, 2011
1 parent 3cf5ca1 commit e9989b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 21 deletions.
10 changes: 3 additions & 7 deletions complete.html
Expand Up @@ -68587,13 +68587,11 @@ <h5 id=event-handler-attributes><span class=secno>7.1.6.1 </span>Event handlers<
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>
Expand Down Expand Up @@ -68657,7 +68655,7 @@ <h5 id=event-handlers-on-elements,-document-objects,-and-window-objects><span cl
<!--<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>
Expand All @@ -68670,7 +68668,7 @@ <h5 id=event-handlers-on-elements,-document-objects,-and-window-objects><span cl
<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>
Expand Down Expand Up @@ -68699,8 +68697,6 @@ <h5 id=event-handlers-on-elements,-document-objects,-and-window-objects><span cl
</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>

Expand Down
10 changes: 3 additions & 7 deletions index
Expand Up @@ -68479,13 +68479,11 @@ interface <dfn id=function>Function</dfn> {
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>
Expand Down Expand Up @@ -68549,7 +68547,7 @@ interface <dfn id=function>Function</dfn> {
<!--<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>
Expand All @@ -68562,7 +68560,7 @@ interface <dfn id=function>Function</dfn> {
<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>
Expand Down Expand Up @@ -68591,8 +68589,6 @@ interface <dfn id=function>Function</dfn> {
</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>

Expand Down
10 changes: 3 additions & 7 deletions source
Expand Up @@ -78117,13 +78117,11 @@ interface <dfn>Function</dfn> {
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>
Expand Down Expand Up @@ -78194,7 +78192,7 @@ interface <dfn>Function</dfn> {

<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>
Expand All @@ -78214,7 +78212,7 @@ interface <dfn>Function</dfn> {

<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>
Expand Down Expand Up @@ -78249,8 +78247,6 @@ interface <dfn>Function</dfn> {
handler is also used for <a
href="#runtime-script-errors">reporting script errors</a>.</p>

</div>


<div class="impl">

Expand Down

0 comments on commit e9989b2

Please sign in to comment.