hixie: s/first script/entry script/ for sanity. (whatwg r4496)

hixie: s/first script/entry script/ for sanity. (whatwg r4496)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3595&r2=1.3596&f=h
http://html5.org/tools/web-apps-tracker?from=4495&to=4496

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3595
retrieving revision 1.3596
diff -u -d -r1.3595 -r1.3596
--- Overview.html 6 Jan 2010 03:33:35 -0000 1.3595
+++ Overview.html 6 Jan 2010 03:36:28 -0000 1.3596
@@ -4506,7 +4506,7 @@
      <dt>When fetching resources in response to a call to an API</dt>
 
      <dd>The <a href="#active-document">active document</a> of the <a href="#script-s-browsing-context" title="script's
-     browsing context">browsing context</a> of the <a href="#first-script">first
+     browsing context">browsing context</a> of the <a href="#entry-script">entry
      script</a>.</dd>
 
     </dl><p>Remove any <a href="#url-fragment" title="url-fragment">&lt;fragment&gt;</a>
@@ -8567,7 +8567,7 @@
    UTF-16.</li>
 
    <li><p>Change <a href="#the-document-s-address">the document's address</a> to the
-   <a href="#first-script">first script</a>'s <a href="#script-s-browsing-context" title="script's browsing
+   <a href="#entry-script">entry script</a>'s <a href="#script-s-browsing-context" title="script's browsing
    context">browsing context</a>'s <a href="#active-document">active document</a>'s
    <a href="#the-document-s-address" title="the document's address">address</a>.</li>
 
@@ -41219,7 +41219,7 @@
    <li><p>If the <a href="#parent-browsing-context">parent browsing context</a>'s <a href="#active-document">active
    document</a> does not have the <a href="#same-origin" title="same
    origin">same</a> <a href="#effective-script-origin">effective script origin</a> as the
-   <a href="#first-script">first script</a>, then throw a <code><a href="#security_err">SECURITY_ERR</a></code>
+   <a href="#entry-script">entry script</a>, then throw a <code><a href="#security_err">SECURITY_ERR</a></code>
    exception.</li>
 
    <li><p>Otherwise, return the <a href="#browsing-context-container">browsing context
@@ -41318,11 +41318,11 @@
   <dfn id="unit-of-related-similar-origin-browsing-contexts">unit of related similar-origin browsing contexts</dfn>.</p>
 
   <p>Each <a href="#unit-of-related-similar-origin-browsing-contexts">unit of related similar-origin browsing
-  contexts</a> can have a <dfn id="first-script">first script</dfn> which is used to
+  contexts</a> can have a <dfn id="entry-script">entry script</dfn> which is used to
   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="#first-script">first script</a>.</p>
+  is no <a href="#entry-script">entry script</a>.</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>
@@ -41698,7 +41698,7 @@
   context. If no arguments are provided, or if the first argument is
   the empty string, then the <var title="">url</var> argument defaults
   to "<code><a href="#about:blank">about:blank</a></code>". The argument must be <a href="#resolve-a-url" title="resolve a url">resolved</a> to an <a href="#absolute-url">absolute
-  URL</a> (or an error), relative to the <a href="#first-script">first
+  URL</a> (or an error), relative to the <a href="#entry-script">entry
   script</a>'s <a href="#script-s-base-url" title="script's base URL">base URL</a>,
   when the method is invoked.</p>
 
@@ -41746,7 +41746,7 @@
   <a href="#browsing-context">browsing context</a> was just created as part of 
   <a href="#the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name">the rules for choosing a browsing context given a browsing
   context name</a>. The navigation must be done with the <a href="#script-s-browsing-context" title="script's browsing context">browsing context</a> of the
-  <a href="#first-script">first script</a> as the <a href="#source-browsing-context">source browsing
+  <a href="#entry-script">entry script</a> as the <a href="#source-browsing-context">source browsing
   context</a>.</p>
 
   <p>The method must return the <code><a href="#windowproxy">WindowProxy</a></code> object of the
@@ -41800,7 +41800,7 @@
   <a href="#active-document">active document</a> of that <code><a href="#window">Window</a></code> object, if
   that <code><a href="#window">Window</a></code>'s <a href="#browsing-context">browsing context</a> shares the
   same <a href="#event-loop">event loop</a> as the <a href="#script-s-browsing-context">script's browsing
-  context</a> of the <a href="#first-script">first script</a> accessing the IDL
+  context</a> of the <a href="#entry-script">entry script</a> accessing the IDL
   attribute; otherwise, it must return zero.</p>
 
   <!-- in other words, frames are only accessible to same-thread processes -->
@@ -42716,13 +42716,13 @@
    not <a href="#fully-active">fully active</a>, then abort these steps without doing
    anything. The callback is not fired.</p>
 
-   <li><p>Set the <a href="#first-script">first script</a> to be the <a href="#concept-script" title="concept-script">script</a> being invoked.</li>
+   <li><p>Set the <a href="#entry-script">entry script</a> to be the <a href="#concept-script" title="concept-script">script</a> being invoked.</li>
 
    <li><p>Make the <a href="#script-execution-environment" title="script execution environment">script
    execution environment</a> for the <a href="#concept-script" title="concept-script">script</a> execute the code for the given
    code entry-point.</li>
 
-   <li><p>Set the <a href="#first-script">first script</a> back to whatever it was
+   <li><p>Set the <a href="#entry-script">entry script</a> back to whatever it was
    when this algorithm started.</li>
 
   </ol><p>This algorithm is not invoked by one script calling another.</p>
@@ -44037,7 +44037,7 @@
 
   <ol><li>
 
-    <p><a href="#resolve-a-url" title="resolve a url">Resolve</a> <var title="">url</var> relative to the <a href="#first-script">first script</a>'s
+    <p><a href="#resolve-a-url" title="resolve a url">Resolve</a> <var title="">url</var> relative to the <a href="#entry-script">entry script</a>'s
     <a href="#script-s-base-url" title="script's base URL">base URL</a>.</p>
 
     <p>If this fails, then throw a <code><a href="#syntax_err">SYNTAX_ERR</a></code> exception
@@ -44441,7 +44441,7 @@
     occurrence of the exact literal string "<code title="">%s</code>"
     with an escaped version of the <a href="#absolute-url">absolute URL</a> of the
     content in question (as defined below), then <a href="#resolve-a-url" title="resolve
-    a url">resolve</a> the resulting URL, relative to the <a href="#script-s-base-url" title="script's base URL">base URL</a> of the <a href="#first-script">first
+    a url">resolve</a> the resulting URL, relative to the <a href="#script-s-base-url" title="script's base URL">base URL</a> of the <a href="#entry-script">entry
     script</a> at the time the <code title="dom-navigator-registerContentHandler"><a href="#dom-navigator-registercontenthandler">registerContentHandler()</a></code>
     or <code title="dom-navigator-registerProtocolHandler"><a href="#dom-navigator-registerprotocolhandler">registerProtocolHandler()</a></code>
     methods were invoked, and then <a href="#navigate">navigate</a> an
@@ -44499,7 +44499,7 @@
   <p>User agents must raise a <code><a href="#syntax_err">SYNTAX_ERR</a></code> exception if the
   <var title="">url</var> argument passed to one of these methods does
   not contain the exact literal string "<code>%s</code>", or if <a href="#resolve-a-url" title="resolve a url">resolving</a> the <var title="">url</var>
-  argument with the first occurrence of the string "<code title="">%s</code>" removed, relative to the <a href="#first-script">first
+  argument with the first occurrence of the string "<code title="">%s</code>" removed, relative to the <a href="#entry-script">entry
   script</a>'s <a href="#script-s-base-url" title="script's base URL">base URL</a>, is
   not successful.</p>
 
@@ -46782,7 +46782,7 @@
     <p>If a third argument is specified, run these substeps:</p>
 
     <ol><li><a href="#resolve-a-url" title="resolve a url">Resolve</a> the value of the
-     third argument, relative to the <a href="#first-script">first script</a>'s <a href="#script-s-base-url" title="script's base URL">base URL</a>.</li>
+     third argument, relative to the <a href="#entry-script">entry script</a>'s <a href="#script-s-base-url" title="script's base URL">base URL</a>.</li>
 
      <li>If that fails, raise a <code><a href="#security_err">SECURITY_ERR</a></code> exception
      and abort these steps.</li>
@@ -47119,7 +47119,7 @@
 
   <p>When the <dfn id="dom-location-assign" title="dom-location-assign"><code>assign(<var title="">url</var>)</code></dfn> method is invoked, the UA must
   <a href="#resolve-a-url" title="resolve a url">resolve</a> the argument, relative to
-  the <a href="#first-script">first script</a>'s <a href="#script-s-base-url" title="script's base URL">base
+  the <a href="#entry-script">entry script</a>'s <a href="#script-s-base-url" title="script's base URL">base
   URL</a>, and if that is successful, must <a href="#navigate">navigate</a>
   the <a href="#browsing-context">browsing context</a> to the specified <var title="">url</var>. If the <a href="#browsing-context">browsing context</a>'s
   <a href="#session-history">session history</a> contains only one
@@ -47134,7 +47134,7 @@
 
   <p>When the <dfn id="dom-location-replace" title="dom-location-replace"><code>replace(<var title="">url</var>)</code></dfn> method is invoked, the UA must
   <a href="#resolve-a-url" title="resolve a url">resolve</a> the argument, relative to
-  the <a href="#first-script">first script</a>'s <a href="#script-s-base-url" title="script's base URL">base
+  the <a href="#entry-script">entry script</a>'s <a href="#script-s-base-url" title="script's base URL">base
   URL</a>, and if that is successful, <a href="#navigate">navigate</a> the
   <a href="#browsing-context">browsing context</a> to the specified <var title="">url</var> with <a href="#replacement-enabled">replacement enabled</a>.</p>
 
@@ -47191,7 +47191,7 @@
 
   <hr><p>The <dfn id="dom-location-resolveurl" title="dom-location-resolveURL"><code>resolveURL(<var title="">url</var>)</code></dfn> method must <a href="#resolve-a-url" title="resolve a
   url">resolve</a> its <var title="">url</var> argument, relative
-  to the <a href="#first-script">first script</a>'s <a href="#script-s-base-url" title="script's base
+  to the <a href="#entry-script">entry script</a>'s <a href="#script-s-base-url" title="script's base
   URL">base URL</a>, and if that succeeds, return the resulting
   <a href="#absolute-url">absolute URL</a>. If it fails, it must throw a
   <code><a href="#syntax_err">SYNTAX_ERR</a></code> exception instead.</p>
@@ -52924,7 +52924,7 @@
 
     <p>If the value of the <var title="">targetOrigin</var> argument
     is not a single U+002A ASTERISK character (*), and <a href="#resolve-a-url" title="resolve a url">resolving</a> it relative to the
-    <a href="#first-script">first script</a>'s <a href="#script-s-base-url" title="script's base URL">base
+    <a href="#entry-script">entry script</a>'s <a href="#script-s-base-url" title="script's base URL">base
     URL</a> either fails or results in a <a href="#url">URL</a> with a
     <code title="url-host-specific"><a href="#url-host-specific">&lt;host-specific&gt;</a></code>
     component that is neither empty nor a single U+002F SOLIDUS
@@ -52995,7 +52995,7 @@
 
     <p>If the value of the <var title="">targetOrigin</var> argument
     is not a single U+002A ASTERISK character (*), and <a href="#resolve-a-url" title="resolve a url">resolving</a> it relative to the
-    <a href="#first-script">first script</a>'s <a href="#script-s-base-url" title="script's base URL">base
+    <a href="#entry-script">entry script</a>'s <a href="#script-s-base-url" title="script's base URL">base
     URL</a> either fails or results in a <a href="#url">URL</a> with a
     <code title="url-host-specific"><a href="#url-host-specific">&lt;host-specific&gt;</a></code>
     component that is neither empty nor a single U+002F SOLIDUS

Received on Wednesday, 6 January 2010 03:37:13 UTC