html5/spec browsers.html,1.996,1.997 spec.html,1.1102,1.1103

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv27728

Modified Files:
	browsers.html spec.html 
Log Message:
Clarify how 'entry script' is changed. (whatwg r5234)

[updated by splitter]


Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec/browsers.html,v
retrieving revision 1.996
retrieving revision 1.997
diff -u -d -r1.996 -r1.997
--- browsers.html	27 Jul 2010 22:36:53 -0000	1.996
+++ browsers.html	4 Aug 2010 20:16:52 -0000	1.997
@@ -603,7 +603,8 @@
   obtain, amongst other things, the <a href="webappapis.html#script-s-base-url">script's base URL</a> to
   <a href="urls.html#resolve-a-url" title="resolve a url">resolve</a> relative <a href="urls.html#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="webappapis.html#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="webappapis.html#event-loop">event loop</a> per
   <a href="#unit-of-related-similar-origin-browsing-contexts">unit of related similar-origin browsing contexts</a>.</p>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1102
retrieving revision 1.1103
diff -u -d -r1.1102 -r1.1103
--- spec.html	4 Aug 2010 01:16:47 -0000	1.1102
+++ spec.html	4 Aug 2010 20:16:52 -0000	1.1103
@@ -333,7 +333,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">author edition</a>.
-This is revision 1.4168.
+This is revision 1.4169.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Wednesday, 4 August 2010 20:16:55 UTC