- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 09 Feb 2011 01:10:00 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv28439 Modified Files: Overview.html Log Message: Use 'javascript: scheme' instead of 'javascript: protocol'. (whatwg r5865) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4707 retrieving revision 1.4708 diff -u -d -r1.4707 -r1.4708 --- Overview.html 9 Feb 2011 00:46:30 -0000 1.4707 +++ Overview.html 9 Feb 2011 01:09:56 -0000 1.4708 @@ -1063,7 +1063,7 @@ <li><a href="#definitions-1"><span class="secno">6.1.4.1 </span>Definitions</a></li> <li><a href="#processing-model-2"><span class="secno">6.1.4.2 </span>Processing model</a></li> <li><a href="#generic-task-sources"><span class="secno">6.1.4.3 </span>Generic task sources</a></ol></li> - <li><a href="#javascript-protocol"><span class="secno">6.1.5 </span>The <code title="">javascript:</code> protocol</a></li> + <li><a href="#javascript-protocol"><span class="secno">6.1.5 </span>The <code title="">javascript:</code> URL scheme</a></li> <li><a href="#events"><span class="secno">6.1.6 </span>Events</a> <ol> <li><a href="#event-handler-attributes"><span class="secno">6.1.6.1 </span>Event handlers</a></li> @@ -48251,9 +48251,9 @@ </dl></div><div class="impl"> <!-- SCRIPT EXEC --> - <h4 id="javascript-protocol"><span class="secno">6.1.5 </span><dfn title="javascript protocol">The <code title="">javascript:</code> protocol</dfn></h4> + <h4 id="javascript-protocol"><span class="secno">6.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
Received on Wednesday, 9 February 2011 01:10:02 UTC