Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Use 'javascript: scheme' instead of 'javascript: protocol'.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11532

git-svn-id: http://svn.whatwg.org/webapps@5865 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 9, 2011
1 parent 2d93959 commit e50adbf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -946,7 +946,7 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
<li><a href=#definitions-1><span class=secno>7.1.4.1 </span>Definitions</a></li>
<li><a href=#processing-model-2><span class=secno>7.1.4.2 </span>Processing model</a></li>
<li><a href=#generic-task-sources><span class=secno>7.1.4.3 </span>Generic task sources</a></ol></li>
<li><a href=#javascript-protocol><span class=secno>7.1.5 </span>The <code title="">javascript:</code> protocol</a></li>
<li><a href=#javascript-protocol><span class=secno>7.1.5 </span>The <code title="">javascript:</code> URL scheme</a></li>
<li><a href=#events><span class=secno>7.1.6 </span>Events</a>
<ol>
<li><a href=#event-handler-attributes><span class=secno>7.1.6.1 </span>Event handlers</a></li>
Expand Down Expand Up @@ -64583,9 +64583,9 @@ <h5 id=generic-task-sources><span class=secno>7.1.4.3 </span>Generic task source
<div class=impl>

<!-- SCRIPT EXEC -->
<h4 id=javascript-protocol><span class=secno>7.1.5 </span><dfn title="javascript protocol">The <code title="">javascript:</code> protocol</dfn></h4>
<h4 id=javascript-protocol><span class=secno>7.1.5 </span><dfn title="javascript protocol">The <code title="">javascript:</code> URL scheme</dfn></h4>

<p>When a <a href=#url>URL</a> using the <code title="">javascript:</code> protocol is <dfn id=concept-js-deref title=concept-js-deref>dereferenced</dfn>, the user agent must run
<p>When a <a href=#url>URL</a> using the <code title="">javascript:</code> scheme is <dfn id=concept-js-deref title=concept-js-deref>dereferenced</dfn>, the user agent must run
the following steps:</p>

<ol><li><p>Let the script source be the string obtained using the
Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -954,7 +954,7 @@
<li><a href=#definitions-1><span class=secno>7.1.4.1 </span>Definitions</a></li>
<li><a href=#processing-model-2><span class=secno>7.1.4.2 </span>Processing model</a></li>
<li><a href=#generic-task-sources><span class=secno>7.1.4.3 </span>Generic task sources</a></ol></li>
<li><a href=#javascript-protocol><span class=secno>7.1.5 </span>The <code title="">javascript:</code> protocol</a></li>
<li><a href=#javascript-protocol><span class=secno>7.1.5 </span>The <code title="">javascript:</code> URL scheme</a></li>
<li><a href=#events><span class=secno>7.1.6 </span>Events</a>
<ol>
<li><a href=#event-handler-attributes><span class=secno>7.1.6.1 </span>Event handlers</a></li>
Expand Down Expand Up @@ -64586,9 +64586,9 @@ interface <dfn id=navigatoronline>NavigatorOnLine</dfn> {
<div class=impl>

<!-- SCRIPT EXEC -->
<h4 id=javascript-protocol><span class=secno>7.1.5 </span><dfn title="javascript protocol">The <code title="">javascript:</code> protocol</dfn></h4>
<h4 id=javascript-protocol><span class=secno>7.1.5 </span><dfn title="javascript protocol">The <code title="">javascript:</code> URL scheme</dfn></h4>

<p>When a <a href=#url>URL</a> using the <code title="">javascript:</code> protocol is <dfn id=concept-js-deref title=concept-js-deref>dereferenced</dfn>, the user agent must run
<p>When a <a href=#url>URL</a> using the <code title="">javascript:</code> scheme is <dfn id=concept-js-deref title=concept-js-deref>dereferenced</dfn>, the user agent must run
the following steps:</p>

<ol><li><p>Let the script source be the string obtained using the
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -73492,10 +73492,10 @@ interface <dfn>NavigatorOnLine</dfn> {
<div class="impl">

<!-- SCRIPT EXEC -->
<h4 id="javascript-protocol"><dfn title="javascript protocol">The <code title="">javascript:</code> protocol</dfn></h4>
<h4 id="javascript-protocol"><dfn title="javascript protocol">The <code title="">javascript:</code> URL scheme</dfn></h4>

<p>When a <span>URL</span> using the <code
title="">javascript:</code> protocol is <dfn
title="">javascript:</code> scheme is <dfn
title="concept-js-deref">dereferenced</dfn>, the user agent must run
the following steps:</p>

Expand Down

0 comments on commit e50adbf

Please sign in to comment.