[html5] r8096 - [e] (0) Try to tighten more things up with respect to events and documents and w [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Jul 26 18:55:59 PDT 2013


Author: ianh
Date: 2013-07-26 18:55:57 -0700 (Fri, 26 Jul 2013)
New Revision: 8096

Modified:
   complete.html
   index
   source
Log:
[e] (0) Try to tighten more things up with respect to events and documents and windows.
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-07-26 23:27:44 UTC (rev 8095)
+++ complete.html	2013-07-27 01:55:57 UTC (rev 8096)
@@ -256,7 +256,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 26 July 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 27 July 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>
@@ -64830,7 +64830,8 @@
   an API such as <code title=dom-DOMImplementation-createDocument><a href=#dom-domimplementation-createdocument>createDocument()</a></code> has no
   <a href=#browsing-context>browsing context</a>.)</p>
 
-  <p>Each <code><a href=#document>Document</a></code> is associated with a <code><a href=#window>Window</a></code> object. A <a href=#browsing-context>browsing
+  <p>Each <code><a href=#document>Document</a></code> in a <a href=#browsing-context>browsing context</a> is
+  <dfn id=concept-document-window title=concept-document-window>associated</dfn> with a <code><a href=#window>Window</a></code> object. A <a href=#browsing-context>browsing
   context</a>'s <code><a href=#windowproxy>WindowProxy</a></code> object forwards everything to the <a href=#browsing-context>browsing
   context</a>'s <a href=#active-document>active document</a>'s <code><a href=#window>Window</a></code> object.</p>
 
@@ -72789,7 +72790,7 @@
   by all <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-onblur title=handler-onblur><code>onblur</code></dfn> <td> <code title=event-blur>blur</code> <!-- widely used -->

Modified: index
===================================================================
--- index	2013-07-26 23:27:44 UTC (rev 8095)
+++ index	2013-07-27 01:55:57 UTC (rev 8096)
@@ -256,7 +256,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 26 July 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 27 July 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>
@@ -64830,7 +64830,8 @@
   an API such as <code title=dom-DOMImplementation-createDocument><a href=#dom-domimplementation-createdocument>createDocument()</a></code> has no
   <a href=#browsing-context>browsing context</a>.)</p>
 
-  <p>Each <code><a href=#document>Document</a></code> is associated with a <code><a href=#window>Window</a></code> object. A <a href=#browsing-context>browsing
+  <p>Each <code><a href=#document>Document</a></code> in a <a href=#browsing-context>browsing context</a> is
+  <dfn id=concept-document-window title=concept-document-window>associated</dfn> with a <code><a href=#window>Window</a></code> object. A <a href=#browsing-context>browsing
   context</a>'s <code><a href=#windowproxy>WindowProxy</a></code> object forwards everything to the <a href=#browsing-context>browsing
   context</a>'s <a href=#active-document>active document</a>'s <code><a href=#window>Window</a></code> object.</p>
 
@@ -72789,7 +72790,7 @@
   by all <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-onblur title=handler-onblur><code>onblur</code></dfn> <td> <code title=event-blur>blur</code> <!-- widely used -->

Modified: source
===================================================================
--- source	2013-07-26 23:27:44 UTC (rev 8095)
+++ source	2013-07-27 01:55:57 UTC (rev 8096)
@@ -72271,7 +72271,8 @@
   an API such as <code title="dom-DOMImplementation-createDocument">createDocument()</code> has no
   <span>browsing context</span>.)</p>
 
-  <p>Each <code>Document</code> is associated with a <code>Window</code> object. A <span>browsing
+  <p>Each <code>Document</code> in a <span>browsing context</span> is
+  <dfn title="concept-document-window">associated</dfn> with a <code>Window</code> object. A <span>browsing
   context</span>'s <code>WindowProxy</code> object forwards everything to the <span>browsing
   context</span>'s <span>active document</span>'s <code>Window</code> object.</p>
 
@@ -81447,7 +81448,7 @@
   by all <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>




More information about the Commit-Watchers mailing list