Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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

git-svn-id: http://svn.whatwg.org/webapps@8285 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 15, 2013
1 parent d52ebc2 commit 882cec2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
8 changes: 6 additions & 2 deletions complete.html
Expand Up @@ -66596,7 +66596,8 @@ <h4 id=navigating-across-documents><span class=secno>6.6.1 </span>Navigating acr

<!-- 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
Expand Down Expand Up @@ -66668,7 +66669,10 @@ <h4 id=navigating-across-documents><span class=secno>6.6.1 </span>Navigating acr

</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
Expand Down
8 changes: 6 additions & 2 deletions index
Expand Up @@ -66596,7 +66596,8 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU

<!-- 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
Expand Down Expand Up @@ -66668,7 +66669,10 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU

</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
Expand Down
6 changes: 5 additions & 1 deletion source
Expand Up @@ -74177,7 +74177,8 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
<!-- 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">

Expand Down Expand Up @@ -74261,6 +74262,9 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O

</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>
Expand Down

0 comments on commit 882cec2

Please sign in to comment.