- From: poot <cvsmail@w3.org>
- Date: Thu, 14 Jul 2011 19:35:33 -0400
- To: public-html-diffs@w3.org
hixie: make some class=impl text visible to authors (whatwg r6300) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5031&r2=1.5032&f=h http://html5.org/tools/web-apps-tracker?from=6299&to=6300 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5031 retrieving revision 1.5032 diff -u -d -r1.5031 -r1.5032 --- Overview.html 14 Jul 2011 23:31:40 -0000 1.5031 +++ Overview.html 14 Jul 2011 23:35:19 -0000 1.5032 @@ -49970,18 +49970,12 @@ canceled or not: <span class="impl">as described above,</span> if the return value is false, the event is canceled (except for <code class="event-mouseover">mouseover</code> events, where the return value has to be true to cancel the event). With <code title="event-beforeunload">beforeunload</code> events, the value is - instead used to determine the message to show the user.<div class="impl"> - - <h5 id="event-handlers-on-elements-document-objects-and-window-objects"><span class="secno">6.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 + instead used to determine the message to show the user.<h5 id="event-handlers-on-elements-document-objects-and-window-objects"><span class="secno">6.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> - - <table><thead><tr><th><a href="#event-handlers" title="event handlers">Event handler</a> <th><a href="#event-handler-event-type">Event handler event type</a> + attributes.<table><thead><tr><th><a href="#event-handlers" title="event handlers">Event handler</a> <th><a href="#event-handler-event-type">Event handler event type</a> <tbody><tr><td><dfn id="handler-onabort" title="handler-onabort"><code>onabort</code></dfn> <td> <code title="event-abort">abort</code> <tr><td><dfn id="handler-oncanplay" title="handler-oncanplay"><code>oncanplay</code></dfn> <td> <code title="event-media-canplay"><a href="#event-media-canplay">canplay</a></code> <tr><td><dfn id="handler-oncanplaythrough" title="handler-oncanplaythrough"><code>oncanplaythrough</code></dfn> <td> <code title="event-media-canplaythrough"><a href="#event-media-canplaythrough">canplaythrough</a></code> @@ -50038,12 +50032,10 @@ </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> - - <table><thead><tr><th><a href="#event-handlers" title="event handlers">Event handler</a> <th><a href="#event-handler-event-type">Event handler event type</a> + as IDL attributes:<table><thead><tr><th><a href="#event-handlers" title="event handlers">Event handler</a> <th><a href="#event-handler-event-type">Event handler event type</a> <tbody><tr><td><dfn id="handler-onblur" title="handler-onblur"><code>onblur</code></dfn> <td> <code title="event-blur">blur</code> <tr><td><dfn id="handler-onerror" title="handler-onerror"><code>onerror</code></dfn> <td> <code title="event-error">error</code> <tr><td><dfn id="handler-onfocus" title="handler-onfocus"><code>onfocus</code></dfn> <td> <code title="event-focus">focus</code> @@ -50051,12 +50043,10 @@ <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> - - <table><thead><tr><th><a href="#event-handlers" title="event handlers">Event handler</a> <th><a href="#event-handler-event-type">Event handler event type</a> + the <code><a href="#the-body-element">body</a></code> and <code><a href="#frameset">frameset</a></code> elements:<table><thead><tr><th><a href="#event-handlers" title="event handlers">Event handler</a> <th><a href="#event-handler-event-type">Event handler event type</a> <tbody><tr><td><dfn id="handler-window-onafterprint" title="handler-window-onafterprint"><code>onafterprint</code></dfn> <td> <code title="event-afterprint">afterprint</code> <tr><td><dfn id="handler-window-onbeforeprint" title="handler-window-onbeforeprint"><code>onbeforeprint</code></dfn> <td> <code title="event-beforeprint">beforeprint</code> <tr><td><dfn id="handler-window-onbeforeunload" title="handler-window-onbeforeunload"><code>onbeforeunload</code></dfn> <td> <code title="event-beforeunload">beforeunload</code> @@ -50078,9 +50068,7 @@ <tr><td><dfn id="handler-window-onundo" title="handler-window-onundo"><code>onundo</code></dfn> <td> <code title="event-undo">undo</code> <tr><td><dfn id="handler-window-onunload" title="handler-window-onunload"><code>onunload</code></dfn> <td> <code title="event-unload">unload</code> </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"> + handler is also used for <a href="#runtime-script-errors">reporting script errors</a>.<div class="impl"> <h5 id="event-firing"><span class="secno">6.1.6.3 </span>Event firing</h5>
Received on Thursday, 14 July 2011 23:35:41 UTC