[html5] r8710 - [e] (0) Use the 'target override' where appropriate Fixing https://www.w3.org/Bu [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Aug 5 12:57:49 PDT 2014


Author: ianh
Date: 2014-08-05 12:57:48 -0700 (Tue, 05 Aug 2014)
New Revision: 8710

Modified:
   source
Log:
[e] (0) Use the 'target override' where appropriate
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25936
Affected topics: HTML Syntax and Parsing

Modified: source
===================================================================
--- source	2014-08-05 19:34:43 UTC (rev 8709)
+++ source	2014-08-05 19:57:48 UTC (rev 8710)
@@ -76951,11 +76951,9 @@
   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>
@@ -80477,9 +80475,9 @@
        <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>
@@ -80832,9 +80830,9 @@
    <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
@@ -103718,9 +103716,9 @@
      <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>



More information about the Commit-Watchers mailing list