[html5] r8097 - [e] (0) Add more cross references to the new 'concept-window-document' thing, an [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat Jul 27 08:48:57 PDT 2013


Author: ianh
Date: 2013-07-27 08:48:56 -0700 (Sat, 27 Jul 2013)
New Revision: 8097

Modified:
   complete.html
   index
   source
Log:
[e] (0) Add more cross references to the new 'concept-window-document' thing, and clean up <frameset>'s event definitions (I always forget to update that when I'm updating <body>'s...).
Affected topics: DOM APIs, HTML, Security

Modified: complete.html
===================================================================
--- complete.html	2013-07-27 01:55:57 UTC (rev 8096)
+++ complete.html	2013-07-27 15:48:56 UTC (rev 8097)
@@ -65624,8 +65624,8 @@
   IDL attributes must all return the <code><a href=#window>Window</a></code> object's <a href=#browsing-context>browsing context</a>'s
   <code><a href=#windowproxy>WindowProxy</a></code> object.</p>
 
-  <p>The <dfn id=dom-document-0 title=dom-document><code>document</code></dfn> IDL attribute must return the
-  <code><a href=#window>Window</a></code> object's <code><a href=#document>Document</a></code> object.</p>
+  <p>The <dfn id=dom-document-0 title=dom-document><code>document</code></dfn> IDL attribute must return
+  <a href=#concept-document-window title=concept-document-window>the <code>Window</code> object's newest <code>Document</code> object</a>.</p>
 
   <p>The <dfn id=dom-document-defaultview title=dom-document-defaultView><code>defaultView</code></dfn> IDL attribute of the
   <code><a href=#document>Document</a></code> interface must return the <code><a href=#document>Document</a></code>'s <a href=#browsing-context>browsing
@@ -65646,7 +65646,7 @@
   <p id=security-2>User agents must throw a <code><a href=#securityerror>SecurityError</a></code> exception whenever any
   properties of a <code><a href=#window>Window</a></code> object are accessed when the <a href=#incumbent-script>incumbent script</a> has
   an <a href=#effective-script-origin>effective script origin</a> that is not the <a href=#same-origin title="same origin">same</a> as
-  the <code><a href=#window>Window</a></code> object's <code><a href=#document>Document</a></code>'s <a href=#effective-script-origin>effective script origin</a>,
+  <a href=#concept-document-window title=concept-document-window>the <code>Window</code> object's <code>Document</code></a>'s <a href=#effective-script-origin>effective script origin</a>,
   with the following exceptions:</p>
 
   <ul><li>The <code title=dom-location><a href=#dom-location>location</a></code> attribute
@@ -65676,7 +65676,7 @@
    <li>The <a href=#dynamic-nested-browsing-context-properties>dynamic nested browsing context properties</a>
 
   </ul><p>When the <a href=#incumbent-script>incumbent script</a>'s <a href=#effective-script-origin>effective script origin</a> is different than
-  a <code><a href=#window>Window</a></code> object's <code><a href=#document>Document</a></code>'s <a href=#effective-script-origin>effective script origin</a>, the
+  a <a href=#concept-document-window title=concept-document-window><code>Window</code> object's <code>Document</code></a>'s <a href=#effective-script-origin>effective script origin</a>, the
   user agent must act as if any changes to that <code><a href=#window>Window</a></code> object's properties, getters,
   setters, etc, were not present, and as if all the properties of that <code><a href=#window>Window</a></code> object
   had their [[Enumerable]] attribute set to false.</p>
@@ -65811,7 +65811,7 @@
   browsing context name</a>, then the user agent must instead <a href=#queue-a-task>queue a task</a> to
   <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-load>load</code> at the selected
   <a href=#browsing-context>browsing context</a>'s <code><a href=#window>Window</a></code> object, but with its <code title=dom-event-target><a href=#dom-event-target>target</a></code> set to the selected <a href=#browsing-context>browsing context</a>'s
-  <code><a href=#window>Window</a></code> object's <code><a href=#document>Document</a></code> object (and the <code title=dom-event-currentTarget>currentTarget</code> set to the <code><a href=#window>Window</a></code> object).</p>
+  <a href=#concept-document-window title=concept-document-window><code>Window</code> object's <code>Document</code></a> object (and the <code title=dom-event-currentTarget>currentTarget</code> set to the <code><a href=#window>Window</a></code> object).</p>
 
   <p>The method must return the <code><a href=#windowproxy>WindowProxy</a></code> object of the <a href=#browsing-context>browsing context</a>
   that was navigated, or null if no browsing context was navigated.</p>
@@ -67021,7 +67021,7 @@
   <p>The <dfn id=dom-history title=dom-history><code>history</code></dfn> attribute
   of the <code><a href=#window>Window</a></code> interface must return the object
   implementing the <code><a href=#history-0>History</a></code> interface for that
-  <code><a href=#window>Window</a></code> object's <code><a href=#document>Document</a></code>.</p>
+  <a href=#concept-document-window title=concept-document-window><code>Window</code> object's newest <code>Document</code></a>.</p>
 
   </div>
 
@@ -72804,7 +72804,7 @@
   by <code><a href=#window>Window</a></code> objects, as <a href=#event-handler-idl-attributes>event handler IDL attributes</a> on the
   <code><a href=#window>Window</a></code> objects themselves, and with corresponding <a href=#event-handler-content-attributes>event handler content
   attributes</a> and <a href=#event-handler-idl-attributes>event handler IDL attributes</a> exposed on all <code><a href=#the-body-element>body</a></code> and
-  <code><a href=#frameset>frameset</a></code> elements that are owned by that <code><a href=#window>Window</a></code> object's <code><a href=#document>Document</a></code>s:</p>
+  <code><a href=#frameset>frameset</a></code> elements that are owned by <a href=#concept-document-window title=concept-document-window>that <code>Window</code> object's <code>Document</code>s</a>:</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>
    <tbody><tr><td><dfn id=handler-window-onafterprint title=handler-window-onafterprint><code>onafterprint</code></dfn> <td> <code title=event-afterprint>afterprint</code>
@@ -95661,6 +95661,7 @@
 :root:lang(xog),      :not(:lang(xog)) > :lang(xog)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
 :root:lang(yav),      :not(:lang(yav)) > :lang(yav)           { quotes: '\00ab' '\00bb' '\00ab' '\00bb' } /* « » « » */
 :root:lang(yo),       :not(:lang(yo)) > :lang(yo)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
+:root:lang(zgh),      :not(:lang(zgh)) > :lang(zgh)           { quotes: '\00ab' '\00bb' '\201e' '\201d' } /* « » „ ” */
 :root:lang(zh),       :not(:lang(zh)) > :lang(zh)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
 :root:lang(zh-Hant),  :not(:lang(zh-Hant)) > :lang(zh-Hant)   { quotes: '\300c' '\300d' '\300e' '\300f' } /* &#x300c; &#x300d; &#x300e; &#x300f; */
 :root:lang(zu),       :not(:lang(zu)) > :lang(zu)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
@@ -98407,25 +98408,11 @@
   <p>The <dfn id=dom-frameset-cols title=dom-frameset-cols><code>cols</code></dfn> and <dfn id=dom-frameset-rows title=dom-frameset-rows><code>rows</code></dfn> IDL attributes of the <code><a href=#frameset>frameset</a></code>
   element must <a href=#reflect>reflect</a> the respective content attributes of the same name.</p>
 
-  <p>The <code><a href=#frameset>frameset</a></code> element must support the following <a href=#event-handler-content-attributes>event handler content
-  attributes</a> exposing the <a href=#event-handlers>event handlers</a> of the <code><a href=#window>Window</a></code> object:</p>
+  <p>The <code><a href=#frameset>frameset</a></code> element exposes as <a href=#event-handler-content-attributes>event handler
+  content attributes</a> a number of the <a href=#event-handlers>event
+  handlers</a> of the <code><a href=#window>Window</a></code> object. It also mirrors
+  their <a href=#event-handler-idl-attributes>event handler IDL attributes</a>.</p>
 
-  <ul class=brief><li><code title=handler-window-onafterprint><a href=#handler-window-onafterprint>onafterprint</a></code></li>
-   <li><code title=handler-window-onbeforeprint><a href=#handler-window-onbeforeprint>onbeforeprint</a></code></li>
-   <li><code title=handler-window-onbeforeunload><a href=#handler-window-onbeforeunload>onbeforeunload</a></code></li>
-   <li><code title=handler-window-onhashchange><a href=#handler-window-onhashchange>onhashchange</a></code></li>
-   <li><code title=handler-window-onmessage><a href=#handler-window-onmessage>onmessage</a></code></li>
-   <li><code title=handler-window-onoffline><a href=#handler-window-onoffline>onoffline</a></code></li>
-   <li><code title=handler-window-ononline><a href=#handler-window-ononline>ononline</a></code></li>
-   <li><code title=handler-window-onpagehide><a href=#handler-window-onpagehide>onpagehide</a></code></li>
-   <li><code title=handler-window-onpageshow><a href=#handler-window-onpageshow>onpageshow</a></code></li>
-   <li><code title=handler-window-onpopstate><a href=#handler-window-onpopstate>onpopstate</a></code></li>
-   <li><code title=handler-window-onresize><a href=#handler-window-onresize>onresize</a></code></li>
-   <li><code title=handler-window-onstorage><a href=#handler-window-onstorage>onstorage</a></code></li>
-   <li><code title=handler-window-onunload><a href=#handler-window-onunload>onunload</a></code></li>
-  </ul><p>The DOM interface also exposes <a href=#event-handler-idl-attributes>event handler IDL attributes</a> that mirror those on
-  the <code><a href=#window>Window</a></code> element.</p>
-
   <p>The <code title=handler-onblur><a href=#handler-onblur>onblur</a></code>, <code title=handler-onerror><a href=#handler-onerror>onerror</a></code>, <code title=handler-onfocus><a href=#handler-onfocus>onfocus</a></code>, <code title=handler-onload><a href=#handler-onload>onload</a></code>,
   and <code title=handler-onscroll><a href=#handler-onscroll>onscroll</a></code> <a href=#event-handlers>event handlers</a> of the
   <code><a href=#window>Window</a></code> object, exposed on the <code><a href=#frameset>frameset</a></code> element, replace the generic

Modified: index
===================================================================
--- index	2013-07-27 01:55:57 UTC (rev 8096)
+++ index	2013-07-27 15:48:56 UTC (rev 8097)
@@ -65624,8 +65624,8 @@
   IDL attributes must all return the <code><a href=#window>Window</a></code> object's <a href=#browsing-context>browsing context</a>'s
   <code><a href=#windowproxy>WindowProxy</a></code> object.</p>
 
-  <p>The <dfn id=dom-document-0 title=dom-document><code>document</code></dfn> IDL attribute must return the
-  <code><a href=#window>Window</a></code> object's <code><a href=#document>Document</a></code> object.</p>
+  <p>The <dfn id=dom-document-0 title=dom-document><code>document</code></dfn> IDL attribute must return
+  <a href=#concept-document-window title=concept-document-window>the <code>Window</code> object's newest <code>Document</code> object</a>.</p>
 
   <p>The <dfn id=dom-document-defaultview title=dom-document-defaultView><code>defaultView</code></dfn> IDL attribute of the
   <code><a href=#document>Document</a></code> interface must return the <code><a href=#document>Document</a></code>'s <a href=#browsing-context>browsing
@@ -65646,7 +65646,7 @@
   <p id=security-2>User agents must throw a <code><a href=#securityerror>SecurityError</a></code> exception whenever any
   properties of a <code><a href=#window>Window</a></code> object are accessed when the <a href=#incumbent-script>incumbent script</a> has
   an <a href=#effective-script-origin>effective script origin</a> that is not the <a href=#same-origin title="same origin">same</a> as
-  the <code><a href=#window>Window</a></code> object's <code><a href=#document>Document</a></code>'s <a href=#effective-script-origin>effective script origin</a>,
+  <a href=#concept-document-window title=concept-document-window>the <code>Window</code> object's <code>Document</code></a>'s <a href=#effective-script-origin>effective script origin</a>,
   with the following exceptions:</p>
 
   <ul><li>The <code title=dom-location><a href=#dom-location>location</a></code> attribute
@@ -65676,7 +65676,7 @@
    <li>The <a href=#dynamic-nested-browsing-context-properties>dynamic nested browsing context properties</a>
 
   </ul><p>When the <a href=#incumbent-script>incumbent script</a>'s <a href=#effective-script-origin>effective script origin</a> is different than
-  a <code><a href=#window>Window</a></code> object's <code><a href=#document>Document</a></code>'s <a href=#effective-script-origin>effective script origin</a>, the
+  a <a href=#concept-document-window title=concept-document-window><code>Window</code> object's <code>Document</code></a>'s <a href=#effective-script-origin>effective script origin</a>, the
   user agent must act as if any changes to that <code><a href=#window>Window</a></code> object's properties, getters,
   setters, etc, were not present, and as if all the properties of that <code><a href=#window>Window</a></code> object
   had their [[Enumerable]] attribute set to false.</p>
@@ -65811,7 +65811,7 @@
   browsing context name</a>, then the user agent must instead <a href=#queue-a-task>queue a task</a> to
   <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-load>load</code> at the selected
   <a href=#browsing-context>browsing context</a>'s <code><a href=#window>Window</a></code> object, but with its <code title=dom-event-target><a href=#dom-event-target>target</a></code> set to the selected <a href=#browsing-context>browsing context</a>'s
-  <code><a href=#window>Window</a></code> object's <code><a href=#document>Document</a></code> object (and the <code title=dom-event-currentTarget>currentTarget</code> set to the <code><a href=#window>Window</a></code> object).</p>
+  <a href=#concept-document-window title=concept-document-window><code>Window</code> object's <code>Document</code></a> object (and the <code title=dom-event-currentTarget>currentTarget</code> set to the <code><a href=#window>Window</a></code> object).</p>
 
   <p>The method must return the <code><a href=#windowproxy>WindowProxy</a></code> object of the <a href=#browsing-context>browsing context</a>
   that was navigated, or null if no browsing context was navigated.</p>
@@ -67021,7 +67021,7 @@
   <p>The <dfn id=dom-history title=dom-history><code>history</code></dfn> attribute
   of the <code><a href=#window>Window</a></code> interface must return the object
   implementing the <code><a href=#history-0>History</a></code> interface for that
-  <code><a href=#window>Window</a></code> object's <code><a href=#document>Document</a></code>.</p>
+  <a href=#concept-document-window title=concept-document-window><code>Window</code> object's newest <code>Document</code></a>.</p>
 
   </div>
 
@@ -72804,7 +72804,7 @@
   by <code><a href=#window>Window</a></code> objects, as <a href=#event-handler-idl-attributes>event handler IDL attributes</a> on the
   <code><a href=#window>Window</a></code> objects themselves, and with corresponding <a href=#event-handler-content-attributes>event handler content
   attributes</a> and <a href=#event-handler-idl-attributes>event handler IDL attributes</a> exposed on all <code><a href=#the-body-element>body</a></code> and
-  <code><a href=#frameset>frameset</a></code> elements that are owned by that <code><a href=#window>Window</a></code> object's <code><a href=#document>Document</a></code>s:</p>
+  <code><a href=#frameset>frameset</a></code> elements that are owned by <a href=#concept-document-window title=concept-document-window>that <code>Window</code> object's <code>Document</code>s</a>:</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>
    <tbody><tr><td><dfn id=handler-window-onafterprint title=handler-window-onafterprint><code>onafterprint</code></dfn> <td> <code title=event-afterprint>afterprint</code>
@@ -95661,6 +95661,7 @@
 :root:lang(xog),      :not(:lang(xog)) > :lang(xog)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
 :root:lang(yav),      :not(:lang(yav)) > :lang(yav)           { quotes: '\00ab' '\00bb' '\00ab' '\00bb' } /* « » « » */
 :root:lang(yo),       :not(:lang(yo)) > :lang(yo)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
+:root:lang(zgh),      :not(:lang(zgh)) > :lang(zgh)           { quotes: '\00ab' '\00bb' '\201e' '\201d' } /* « » „ ” */
 :root:lang(zh),       :not(:lang(zh)) > :lang(zh)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
 :root:lang(zh-Hant),  :not(:lang(zh-Hant)) > :lang(zh-Hant)   { quotes: '\300c' '\300d' '\300e' '\300f' } /* &#x300c; &#x300d; &#x300e; &#x300f; */
 :root:lang(zu),       :not(:lang(zu)) > :lang(zu)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
@@ -98407,25 +98408,11 @@
   <p>The <dfn id=dom-frameset-cols title=dom-frameset-cols><code>cols</code></dfn> and <dfn id=dom-frameset-rows title=dom-frameset-rows><code>rows</code></dfn> IDL attributes of the <code><a href=#frameset>frameset</a></code>
   element must <a href=#reflect>reflect</a> the respective content attributes of the same name.</p>
 
-  <p>The <code><a href=#frameset>frameset</a></code> element must support the following <a href=#event-handler-content-attributes>event handler content
-  attributes</a> exposing the <a href=#event-handlers>event handlers</a> of the <code><a href=#window>Window</a></code> object:</p>
+  <p>The <code><a href=#frameset>frameset</a></code> element exposes as <a href=#event-handler-content-attributes>event handler
+  content attributes</a> a number of the <a href=#event-handlers>event
+  handlers</a> of the <code><a href=#window>Window</a></code> object. It also mirrors
+  their <a href=#event-handler-idl-attributes>event handler IDL attributes</a>.</p>
 
-  <ul class=brief><li><code title=handler-window-onafterprint><a href=#handler-window-onafterprint>onafterprint</a></code></li>
-   <li><code title=handler-window-onbeforeprint><a href=#handler-window-onbeforeprint>onbeforeprint</a></code></li>
-   <li><code title=handler-window-onbeforeunload><a href=#handler-window-onbeforeunload>onbeforeunload</a></code></li>
-   <li><code title=handler-window-onhashchange><a href=#handler-window-onhashchange>onhashchange</a></code></li>
-   <li><code title=handler-window-onmessage><a href=#handler-window-onmessage>onmessage</a></code></li>
-   <li><code title=handler-window-onoffline><a href=#handler-window-onoffline>onoffline</a></code></li>
-   <li><code title=handler-window-ononline><a href=#handler-window-ononline>ononline</a></code></li>
-   <li><code title=handler-window-onpagehide><a href=#handler-window-onpagehide>onpagehide</a></code></li>
-   <li><code title=handler-window-onpageshow><a href=#handler-window-onpageshow>onpageshow</a></code></li>
-   <li><code title=handler-window-onpopstate><a href=#handler-window-onpopstate>onpopstate</a></code></li>
-   <li><code title=handler-window-onresize><a href=#handler-window-onresize>onresize</a></code></li>
-   <li><code title=handler-window-onstorage><a href=#handler-window-onstorage>onstorage</a></code></li>
-   <li><code title=handler-window-onunload><a href=#handler-window-onunload>onunload</a></code></li>
-  </ul><p>The DOM interface also exposes <a href=#event-handler-idl-attributes>event handler IDL attributes</a> that mirror those on
-  the <code><a href=#window>Window</a></code> element.</p>
-
   <p>The <code title=handler-onblur><a href=#handler-onblur>onblur</a></code>, <code title=handler-onerror><a href=#handler-onerror>onerror</a></code>, <code title=handler-onfocus><a href=#handler-onfocus>onfocus</a></code>, <code title=handler-onload><a href=#handler-onload>onload</a></code>,
   and <code title=handler-onscroll><a href=#handler-onscroll>onscroll</a></code> <a href=#event-handlers>event handlers</a> of the
   <code><a href=#window>Window</a></code> object, exposed on the <code><a href=#frameset>frameset</a></code> element, replace the generic

Modified: source
===================================================================
--- source	2013-07-27 01:55:57 UTC (rev 8096)
+++ source	2013-07-27 15:48:56 UTC (rev 8097)
@@ -73180,8 +73180,8 @@
   IDL attributes must all return the <code>Window</code> object's <span>browsing context</span>'s
   <code>WindowProxy</code> object.</p>
 
-  <p>The <dfn title="dom-document"><code>document</code></dfn> IDL attribute must return the
-  <code>Window</code> object's <code>Document</code> object.</p>
+  <p>The <dfn title="dom-document"><code>document</code></dfn> IDL attribute must return
+  <span title="concept-document-window">the <code>Window</code> object's newest <code>Document</code> object</span>.</p>
 
   <p>The <dfn title="dom-document-defaultView"><code>defaultView</code></dfn> IDL attribute of the
   <code>Document</code> interface must return the <code>Document</code>'s <span>browsing
@@ -73204,7 +73204,7 @@
   <p id="security-2">User agents must throw a <code>SecurityError</code> exception whenever any
   properties of a <code>Window</code> object are accessed when the <span>incumbent script</span> has
   an <span>effective script origin</span> that is not the <span title="same origin">same</span> as
-  the <code>Window</code> object's <code>Document</code>'s <span>effective script origin</span>,
+  <span title="concept-document-window">the <code>Window</code> object's <code>Document</code></span>'s <span>effective script origin</span>,
   with the following exceptions:</p>
 
   <ul>
@@ -73238,7 +73238,7 @@
   </ul>
 
   <p>When the <span>incumbent script</span>'s <span>effective script origin</span> is different than
-  a <code>Window</code> object's <code>Document</code>'s <span>effective script origin</span>, the
+  a <span title="concept-document-window"><code>Window</code> object's <code>Document</code></span>'s <span>effective script origin</span>, the
   user agent must act as if any changes to that <code>Window</code> object's properties, getters,
   setters, etc, were not present, and as if all the properties of that <code>Window</code> object
   had their [[Enumerable]] attribute set to false.</p>
@@ -73385,7 +73385,7 @@
   <span>fire a simple event</span> named <code title="event-load">load</code> at the selected
   <span>browsing context</span>'s <code>Window</code> object, but with its <code
   title="dom-event-target">target</code> set to the selected <span>browsing context</span>'s
-  <code>Window</code> object's <code>Document</code> object (and the <code
+  <span title="concept-document-window"><code>Window</code> object's <code>Document</code></span> object (and the <code
   title="dom-event-currentTarget">currentTarget</code> set to the <code>Window</code> object).</p>
 
   <p>The method must return the <code>WindowProxy</code> object of the <span>browsing context</span>
@@ -74817,7 +74817,7 @@
   <p>The <dfn title="dom-history"><code>history</code></dfn> attribute
   of the <code>Window</code> interface must return the object
   implementing the <code>History</code> interface for that
-  <code>Window</code> object's <code>Document</code>.</p>
+  <span title="concept-document-window"><code>Window</code> object's newest <code>Document</code></span>.</p>
 
   </div>
 
@@ -81469,7 +81469,7 @@
   by <code>Window</code> objects, as <span>event handler IDL attributes</span> on the
   <code>Window</code> objects themselves, and with corresponding <span>event handler content
   attributes</span> and <span>event handler IDL attributes</span> exposed on all <code>body</code> and
-  <code>frameset</code> elements that are owned by that <code>Window</code> object's <code>Document</code>s:</p>
+  <code>frameset</code> elements that are owned by <span title="concept-document-window">that <code>Window</code> object's <code>Document</code>s</span>:</p>
 
   <table>
    <thead>
@@ -109889,28 +109889,11 @@
   title="dom-frameset-rows"><code>rows</code></dfn> IDL attributes of the <code>frameset</code>
   element must <span>reflect</span> the respective content attributes of the same name.</p>
 
-  <p>The <code>frameset</code> element must support the following <span>event handler content
-  attributes</span> exposing the <span>event handlers</span> of the <code>Window</code> object:</p>
+  <p>The <code>frameset</code> element exposes as <span>event handler
+  content attributes</span> a number of the <span>event
+  handlers</span> of the <code>Window</code> object. It also mirrors
+  their <span>event handler IDL attributes</span>.</p>
 
-  <ul class="brief">
-   <li><code title="handler-window-onafterprint">onafterprint</code></li>
-   <li><code title="handler-window-onbeforeprint">onbeforeprint</code></li>
-   <li><code title="handler-window-onbeforeunload">onbeforeunload</code></li>
-   <li><code title="handler-window-onhashchange">onhashchange</code></li>
-   <li><code title="handler-window-onmessage">onmessage</code></li>
-   <li><code title="handler-window-onoffline">onoffline</code></li>
-   <li><code title="handler-window-ononline">ononline</code></li>
-   <li><code title="handler-window-onpagehide">onpagehide</code></li>
-   <li><code title="handler-window-onpageshow">onpageshow</code></li>
-   <li><code title="handler-window-onpopstate">onpopstate</code></li>
-   <li><code title="handler-window-onresize">onresize</code></li>
-   <li><code title="handler-window-onstorage">onstorage</code></li>
-   <li><code title="handler-window-onunload">onunload</code></li>
-  </ul>
-
-  <p>The DOM interface also exposes <span>event handler IDL attributes</span> that mirror those on
-  the <code>Window</code> element.</p>
-
   <p>The <code title="handler-onblur">onblur</code>, <code
   title="handler-onerror">onerror</code>, <code
   title="handler-onfocus">onfocus</code>, <code title="handler-onload">onload</code>,




More information about the Commit-Watchers mailing list