Skip to content

Commit

Permalink
[e] (0) Use the 'target override' where appropriate
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25936
Affected topics: HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@8710 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 5, 2014
1 parent 6dfcf11 commit d970aca
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions source
Expand Up @@ -76951,11 +76951,9 @@ dictionary <dfn>DragEventInit</dfn> : <span>MouseEventInit</span> {
context</span> was just created as part of <span>the rules for choosing a browsing context given a
browsing context name</span>, then the user agent must instead <span>queue a task</span> to
<span>fire a simple event</span> named <code data-x="event-load">load</code> at the selected
<span>browsing context</span>'s <code>Window</code> object, but with its <code
data-x="dom-event-target">target</code> set to the selected <span>browsing context</span>'s <span
data-x="concept-document-window"><code>Window</code> object's <code>Document</code></span> object
(and the <code data-x="dom-event-currentTarget">currentTarget</code> set to the
<code>Window</code> object).</p>
<span>browsing context</span>'s <code>Window</code> object, with <i
data-x="concept-event-target-override">target override</i> set to the selected <span>browsing context</span>'s <span
data-x="concept-document-window"><code>Window</code> object's <code>Document</code></span> object.</p>

<p>The method must return the <code>WindowProxy</code> object of the <span>browsing context</span>
that was navigated, or null if no browsing context was navigated.</p>
Expand Down Expand Up @@ -80477,9 +80475,9 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
<li><p><span data-x="concept-event-fire">Fire</span> a <span
data-x="concept-events-trusted">trusted</span> event with the name <code
data-x="event-pageshow">pageshow</code> at the <code>Window</code> object of that
<code>Document</code>, but with its <code data-x="dom-event-target">target</code> set to the
<code>Document</code> object (and the <code
data-x="dom-event-currentTarget">currentTarget</code> set to the <code>Window</code> object),
<code>Document</code>, with <i
data-x="concept-event-target-override">target override</i> set to the <code>Document</code>
object,
using the <code>PageTransitionEvent</code> interface, with the <code
data-x="dom-PageTransitionEvent-persisted">persisted</code> attribute initialised to true.
This event must not bubble, must not be cancelable, and has no default action.</p></li>
Expand Down Expand Up @@ -80832,9 +80830,9 @@ dictionary <dfn>PageTransitionEventInit</dfn> : <span>EventInit</span> {
<li><p><span data-x="concept-event-fire">Fire</span> a <span
data-x="concept-events-trusted">trusted</span> event with the name <code
data-x="event-pagehide">pagehide</code> at the <code>Window</code> object of the
<code>Document</code>, but with its <code data-x="dom-event-target">target</code> set to the
<code>Document</code> object (and the <code data-x="dom-event-currentTarget">currentTarget</code>
set to the <code>Window</code> object), using the <code>PageTransitionEvent</code> interface,
<code>Document</code>, with <i
data-x="concept-event-target-override">target override</i> set to the <code>Document</code>
object, using the <code>PageTransitionEvent</code> interface,
with the <code data-x="dom-PageTransitionEvent-persisted">persisted</code> attribute initialized
to true if the <code>Document</code> object's <i
data-x="concept-document-salvageable">salvageable</i> state is true, and false otherwise. This
Expand Down Expand Up @@ -103718,9 +103716,9 @@ document.body.appendChild(text);
<li><p><span data-x="concept-event-fire">Fire</span> a <span
data-x="concept-events-trusted">trusted</span> event with the name <code
data-x="event-pageshow">pageshow</code> at the <code>Window</code> object of the
<code>Document</code>, but with its <code data-x="dom-event-target">target</code> set to the
<code>Document</code> object (and the <code
data-x="dom-event-currentTarget">currentTarget</code> set to the <code>Window</code> object),
<code>Document</code>, with <i
data-x="concept-event-target-override">target override</i> set to the <code>Document</code>
object,
using the <code>PageTransitionEvent</code> interface, with the <code
data-x="dom-PageTransitionEvent-persisted">persisted</code> attribute initialised to false. This
event must not bubble, must not be cancelable, and has no default action.</p></li>
Expand Down

0 comments on commit d970aca

Please sign in to comment.