[html5] r5865 - [e] (0) Use 'javascript: scheme' instead of 'javascript: protocol'. Fixing http: [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Feb 8 17:09:52 PST 2011
Author: ianh
Date: 2011-02-08 17:09:50 -0800 (Tue, 08 Feb 2011)
New Revision: 5865
Modified:
complete.html
index
source
Log:
[e] (0) Use 'javascript: scheme' instead of 'javascript: protocol'.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11532
Modified: complete.html
===================================================================
--- complete.html 2011-02-09 00:46:19 UTC (rev 5864)
+++ complete.html 2011-02-09 01:09:50 UTC (rev 5865)
@@ -946,7 +946,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>
@@ -64583,9 +64583,9 @@
<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
Modified: index
===================================================================
--- index 2011-02-09 00:46:19 UTC (rev 5864)
+++ index 2011-02-09 01:09:50 UTC (rev 5865)
@@ -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>
@@ -64586,9 +64586,9 @@
<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
Modified: source
===================================================================
--- source 2011-02-09 00:46:19 UTC (rev 5864)
+++ source 2011-02-09 01:09:50 UTC (rev 5865)
@@ -73492,10 +73492,10 @@
<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>
More information about the Commit-Watchers
mailing list