[html5] r8285 - [giow] (2) Define the task settings for the javascript: task Fixing https://www. [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Nov 15 08:18:35 PST 2013


Author: ianh
Date: 2013-11-15 08:18:34 -0800 (Fri, 15 Nov 2013)
New Revision: 8285

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Define the task settings for the javascript: task
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=13720
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-11-15 15:56:16 UTC (rev 8284)
+++ complete.html	2013-11-15 16:18:34 UTC (rev 8285)
@@ -66596,7 +66596,8 @@
 
       <!-- http://www.hixie.ch/tests/adhoc/html/navigation/javascript-url/ -->
 
-      <p><a href=#queue-a-task>Queue a task</a> to run <dfn id=javascript-protocol title="javascript protocol">these "<code title="">javascript:</code> URL" steps</dfn>:</p>
+      <p><a href=#queue-a-task>Queue a task</a> to run <dfn id=javascript-protocol title="javascript protocol">these "<code title="">javascript:</code> URL" steps</dfn>, associated with the <a href=#active-document>active
+      document</a> of the <a href=#browsing-context>browsing context</a> being navigated:</p>
 
       <ol id=concept-js-deref><li><p>If the <a href=#origin>origin</a> of the <a href=#source-browsing-context>source browsing context</a> is not the
        <a href=#same-origin>same origin</a> as the <a href=#origin>origin</a> of the <a href=#active-document>active document</a> of
@@ -66668,8 +66669,11 @@
 
        </li>
 
-      </ol><div class=example>
+      </ol><p>The <a href=#task-source>task source</a> for this <a href=#concept-task title=concept-task>task</a> is the
+      <a href=#dom-manipulation-task-source>DOM manipulation task source</a>.</p>
 
+      <div class=example>
+
        <p>So for example a <a href=#javascript-protocol title="javascript protocol"><code title="">javascript:</code>
        URL</a> in an <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute of an
        <code><a href=#the-a-element>a</a></code> element would only be evaluated when the link was <a href=#following-hyperlinks title="following

Modified: index
===================================================================
--- index	2013-11-15 15:56:16 UTC (rev 8284)
+++ index	2013-11-15 16:18:34 UTC (rev 8285)
@@ -66596,7 +66596,8 @@
 
       <!-- http://www.hixie.ch/tests/adhoc/html/navigation/javascript-url/ -->
 
-      <p><a href=#queue-a-task>Queue a task</a> to run <dfn id=javascript-protocol title="javascript protocol">these "<code title="">javascript:</code> URL" steps</dfn>:</p>
+      <p><a href=#queue-a-task>Queue a task</a> to run <dfn id=javascript-protocol title="javascript protocol">these "<code title="">javascript:</code> URL" steps</dfn>, associated with the <a href=#active-document>active
+      document</a> of the <a href=#browsing-context>browsing context</a> being navigated:</p>
 
       <ol id=concept-js-deref><li><p>If the <a href=#origin>origin</a> of the <a href=#source-browsing-context>source browsing context</a> is not the
        <a href=#same-origin>same origin</a> as the <a href=#origin>origin</a> of the <a href=#active-document>active document</a> of
@@ -66668,8 +66669,11 @@
 
        </li>
 
-      </ol><div class=example>
+      </ol><p>The <a href=#task-source>task source</a> for this <a href=#concept-task title=concept-task>task</a> is the
+      <a href=#dom-manipulation-task-source>DOM manipulation task source</a>.</p>
 
+      <div class=example>
+
        <p>So for example a <a href=#javascript-protocol title="javascript protocol"><code title="">javascript:</code>
        URL</a> in an <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute of an
        <code><a href=#the-a-element>a</a></code> element would only be evaluated when the link was <a href=#following-hyperlinks title="following

Modified: source
===================================================================
--- source	2013-11-15 15:56:16 UTC (rev 8284)
+++ source	2013-11-15 16:18:34 UTC (rev 8285)
@@ -74177,7 +74177,8 @@
       <!-- http://www.hixie.ch/tests/adhoc/html/navigation/javascript-url/ -->
 
       <p><span>Queue a task</span> to run <dfn data-x="javascript protocol">these "<code
-      data-x="">javascript:</code> URL" steps</dfn>:</p>
+      data-x="">javascript:</code> URL" steps</dfn>, associated with the <span>active
+      document</span> of the <span>browsing context</span> being navigated:</p>
 
       <ol id="concept-js-deref">
 
@@ -74261,6 +74262,9 @@
 
       </ol>
 
+      <p>The <span>task source</span> for this <span data-x="concept-task">task</span> is the
+      <span>DOM manipulation task source</span>.</p>
+
       <div class="example">
 
        <p>So for example a <span data-x="javascript protocol"><code data-x="">javascript:</code>




More information about the Commit-Watchers mailing list