Skip to content

Commit

Permalink
[e] (0) Try to tighten more things up with respect to events and docu…
Browse files Browse the repository at this point in the history
…ments and windows.

Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8096 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 27, 2013
1 parent b4ff45d commit 4f74d77
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
7 changes: 4 additions & 3 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 &mdash; Last Updated 26 July 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -64830,7 +64830,8 @@ <h3 id=windows><span class=secno>6.1 </span>Browsing contexts</h3>
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>

Expand Down Expand Up @@ -72789,7 +72790,7 @@ <h5 id=event-handlers-on-elements,-document-objects,-and-window-objects><span cl
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 -->
Expand Down
7 changes: 4 additions & 3 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -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 &mdash; Last Updated 26 July 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -64830,7 +64830,8 @@ END:VCARD</pre>
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>

Expand Down Expand Up @@ -72789,7 +72790,7 @@ typedef <a href=#onbeforeunloadeventhandlernonnull>OnBeforeUnloadEventHandlerNon
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 -->
Expand Down
5 changes: 3 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -72271,7 +72271,8 @@ END:VCARD</pre>
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>

Expand Down Expand Up @@ -81447,7 +81448,7 @@ typedef <span>OnBeforeUnloadEventHandlerNonNull</span>? <dfn>OnBeforeUnloadEvent
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>
Expand Down

0 comments on commit 4f74d77

Please sign in to comment.