hixie: Clarify how 'entry script' is changed. (whatwg r5234)

hixie: Clarify how 'entry script' is changed. (whatwg r5234)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4168&r2=1.4169&f=h
http://html5.org/tools/web-apps-tracker?from=5233&to=5234

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4168
retrieving revision 1.4169
diff -u -d -r1.4168 -r1.4169
--- Overview.html 4 Aug 2010 01:06:43 -0000 1.4168
+++ Overview.html 4 Aug 2010 20:07:16 -0000 1.4169
@@ -40674,7 +40674,8 @@
   obtain, amongst other things, the <a href="#script-s-base-url">script's base URL</a> to
   <a href="#resolve-a-url" title="resolve a url">resolve</a> relative <a href="#url" title="URL">URLs</a> used in scripts running in that <a href="#unit-of-related-similar-origin-browsing-contexts">unit
   of related similar-origin browsing contexts</a>. Initially, there
-  is no <a href="#entry-script">entry script</a>.</p>
+  is no <a href="#entry-script">entry script</a>. It is changed by the <a href="#jump-to-a-code-entry-point">jump to
+  a code entry-point</a> algorithm.</p>
 
   <p class="note">There is at most one <a href="#event-loop">event loop</a> per
   <a href="#unit-of-related-similar-origin-browsing-contexts">unit of related similar-origin browsing contexts</a>.</p>

Received on Wednesday, 4 August 2010 20:07:59 UTC