[html5] r7470 - [e] (0) Clean-up. Affected topics: HTML

whatwg at whatwg.org whatwg at whatwg.org
Fri Oct 19 11:56:02 PDT 2012


Author: ianh
Date: 2012-10-19 11:56:00 -0700 (Fri, 19 Oct 2012)
New Revision: 7470

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clean-up.
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-10-19 18:54:12 UTC (rev 7469)
+++ complete.html	2012-10-19 18:56:00 UTC (rev 7470)
@@ -67632,23 +67632,6 @@
   be made the same as members of any other group. Each such group is a
   <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 an <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=#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>Each <a href=#unit-of-related-similar-origin-browsing-contexts>unit of related similar-origin browsing
-  contexts</a> also has a <dfn id=running-mutation-observers>running mutation observers</dfn>
-  flag, which must initially be false. It is used to prevent reentrant
-  invocation of the algorithm to <a href=#concept-mo-invoke title=concept-mo-invoke>invoke <code>MutationObserver</code>
-  objects</a>. For the purposes of <code><a href=#mutationobserver>MutationObserver</a></code>
-  objects, each <a href=#unit-of-related-similar-origin-browsing-contexts>unit of related similar-origin browsing
-  contexts</a> is a distinct <var title="MutationObserver scripting
-  environment"><a href=#mutationobserver-scripting-environment>scripting environment</a></var>.</p>
-
   <p class=note>There is also 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>
   (though several <a href=#unit-of-related-similar-origin-browsing-contexts title="unit of related similar-origin browsing
@@ -74746,29 +74729,27 @@
 
   <h5 id=calling-scripts><span class=secno>7.1.3.2 </span>Calling scripts</h5>
 
-  <p>When a user agent is to <dfn id=jump-to-a-code-entry-point>jump to a code entry-point</dfn> for
-  a <a href=#concept-script title=concept-script>script</a>, for example to invoke
-  an event listener defined in that <a href=#concept-script title=concept-script>script</a>, the user agent must run the
-  following steps:</p>
+  <p>When a user agent is to <dfn id=jump-to-a-code-entry-point>jump to a code entry-point</dfn> for a <a href=#concept-script title=concept-script>script</a>, for example to invoke an event listener defined in that
+  <a href=#concept-script title=concept-script>script</a>, the user agent must run the following steps:</p>
 
-  <ol><li><p>If the <a href="#script's-global-object">script's global object</a> is a
-   <code><a href=#window>Window</a></code> object whose <code><a href=#document>Document</a></code> object is
-   not <a href=#fully-active>fully active</a>, then abort these steps without doing
-   anything. The callback is not run.</p>
+  <ol><li><p>If the <a href="#script's-global-object">script's global object</a> is a <code><a href=#window>Window</a></code> object whose
+   <code><a href=#document>Document</a></code> object is not <a href=#fully-active>fully active</a>, then abort these steps without
+   doing anything. The callback is not run.</p>
 
-   <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>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>Let <var title="">previous script clean-up jobs list</var> have the value of the current
    <a href=#global-script-clean-up-jobs-list>global script clean-up jobs list</a>.</li>
 
    <li><p>Empty the <a href=#global-script-clean-up-jobs-list>global script clean-up jobs list</a>.</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>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=#entry-script>entry script</a> back to whatever it was
-   when this algorithm started.</li>
+   <li><p>Set the <a href=#entry-script>entry script</a> back to whatever it was when this algorithm
+   started.</li>
 
    <li><p><a href=#run-the-global-script-clean-up-jobs>Run the global script clean-up jobs</a>.</li>
 
@@ -74781,12 +74762,26 @@
   reentrantly in an indirect manner, e.g. if a script dispatches an event which has event listeners
   registered.</p>
 
-  <hr><p>Each <a href=#unit-of-related-similar-origin-browsing-contexts>unit of related similar-origin browsing contexts</a> has a <dfn id=global-script-clean-up-jobs-list>global script
-  clean-up jobs list</dfn>, which must initially be empty.</p>
+  <hr><p>Each <a href=#unit-of-related-similar-origin-browsing-contexts>unit of related similar-origin browsing contexts</a> can have an <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=#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 above.</p>
 
+  <p>Each <a href=#unit-of-related-similar-origin-browsing-contexts>unit of related similar-origin browsing contexts</a> has a <dfn id=running-mutation-observers>running mutation
+  observers</dfn> flag, which must initially be false. It is used to prevent reentrant invocation of
+  the algorithm to <a href=#concept-mo-invoke title=concept-mo-invoke>invoke <code>MutationObserver</code>
+  objects</a>. For the purposes of <code><a href=#mutationobserver>MutationObserver</a></code> objects, each <a href=#unit-of-related-similar-origin-browsing-contexts>unit of
+  related similar-origin browsing contexts</a> is a distinct <var title="MutationObserver
+  scripting environment"><a href=#mutationobserver-scripting-environment>scripting environment</a></var>.</p>
+
+  <p>Each <a href=#unit-of-related-similar-origin-browsing-contexts>unit of related similar-origin browsing contexts</a> has a <dfn id=global-script-clean-up-jobs-list>global script
+  clean-up jobs list</dfn>, which must initially be empty. The File API uses this to release <code title="">blob:</code> URLs. <a href=#refsFILEAPI>[FILEAPI]</a></p>
+
   <p>When the user agent is to <dfn id=run-the-global-script-clean-up-jobs>run the global script clean-up jobs</dfn>, the user agent must
   perform each of the jobs in the <a href=#global-script-clean-up-jobs-list>global script clean-up jobs list</a> and then empty the
-  list. (The File API uses this to release <code title="">blob:</code> URLs.) <a href=#refsFILEAPI>[FILEAPI]</a></p>
+  list.</p>
 
   </div>
 

Modified: index
===================================================================
--- index	2012-10-19 18:54:12 UTC (rev 7469)
+++ index	2012-10-19 18:56:00 UTC (rev 7470)
@@ -67632,23 +67632,6 @@
   be made the same as members of any other group. Each such group is a
   <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 an <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=#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>Each <a href=#unit-of-related-similar-origin-browsing-contexts>unit of related similar-origin browsing
-  contexts</a> also has a <dfn id=running-mutation-observers>running mutation observers</dfn>
-  flag, which must initially be false. It is used to prevent reentrant
-  invocation of the algorithm to <a href=#concept-mo-invoke title=concept-mo-invoke>invoke <code>MutationObserver</code>
-  objects</a>. For the purposes of <code><a href=#mutationobserver>MutationObserver</a></code>
-  objects, each <a href=#unit-of-related-similar-origin-browsing-contexts>unit of related similar-origin browsing
-  contexts</a> is a distinct <var title="MutationObserver scripting
-  environment"><a href=#mutationobserver-scripting-environment>scripting environment</a></var>.</p>
-
   <p class=note>There is also 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>
   (though several <a href=#unit-of-related-similar-origin-browsing-contexts title="unit of related similar-origin browsing
@@ -74746,29 +74729,27 @@
 
   <h5 id=calling-scripts><span class=secno>7.1.3.2 </span>Calling scripts</h5>
 
-  <p>When a user agent is to <dfn id=jump-to-a-code-entry-point>jump to a code entry-point</dfn> for
-  a <a href=#concept-script title=concept-script>script</a>, for example to invoke
-  an event listener defined in that <a href=#concept-script title=concept-script>script</a>, the user agent must run the
-  following steps:</p>
+  <p>When a user agent is to <dfn id=jump-to-a-code-entry-point>jump to a code entry-point</dfn> for a <a href=#concept-script title=concept-script>script</a>, for example to invoke an event listener defined in that
+  <a href=#concept-script title=concept-script>script</a>, the user agent must run the following steps:</p>
 
-  <ol><li><p>If the <a href="#script's-global-object">script's global object</a> is a
-   <code><a href=#window>Window</a></code> object whose <code><a href=#document>Document</a></code> object is
-   not <a href=#fully-active>fully active</a>, then abort these steps without doing
-   anything. The callback is not run.</p>
+  <ol><li><p>If the <a href="#script's-global-object">script's global object</a> is a <code><a href=#window>Window</a></code> object whose
+   <code><a href=#document>Document</a></code> object is not <a href=#fully-active>fully active</a>, then abort these steps without
+   doing anything. The callback is not run.</p>
 
-   <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>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>Let <var title="">previous script clean-up jobs list</var> have the value of the current
    <a href=#global-script-clean-up-jobs-list>global script clean-up jobs list</a>.</li>
 
    <li><p>Empty the <a href=#global-script-clean-up-jobs-list>global script clean-up jobs list</a>.</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>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=#entry-script>entry script</a> back to whatever it was
-   when this algorithm started.</li>
+   <li><p>Set the <a href=#entry-script>entry script</a> back to whatever it was when this algorithm
+   started.</li>
 
    <li><p><a href=#run-the-global-script-clean-up-jobs>Run the global script clean-up jobs</a>.</li>
 
@@ -74781,12 +74762,26 @@
   reentrantly in an indirect manner, e.g. if a script dispatches an event which has event listeners
   registered.</p>
 
-  <hr><p>Each <a href=#unit-of-related-similar-origin-browsing-contexts>unit of related similar-origin browsing contexts</a> has a <dfn id=global-script-clean-up-jobs-list>global script
-  clean-up jobs list</dfn>, which must initially be empty.</p>
+  <hr><p>Each <a href=#unit-of-related-similar-origin-browsing-contexts>unit of related similar-origin browsing contexts</a> can have an <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=#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 above.</p>
 
+  <p>Each <a href=#unit-of-related-similar-origin-browsing-contexts>unit of related similar-origin browsing contexts</a> has a <dfn id=running-mutation-observers>running mutation
+  observers</dfn> flag, which must initially be false. It is used to prevent reentrant invocation of
+  the algorithm to <a href=#concept-mo-invoke title=concept-mo-invoke>invoke <code>MutationObserver</code>
+  objects</a>. For the purposes of <code><a href=#mutationobserver>MutationObserver</a></code> objects, each <a href=#unit-of-related-similar-origin-browsing-contexts>unit of
+  related similar-origin browsing contexts</a> is a distinct <var title="MutationObserver
+  scripting environment"><a href=#mutationobserver-scripting-environment>scripting environment</a></var>.</p>
+
+  <p>Each <a href=#unit-of-related-similar-origin-browsing-contexts>unit of related similar-origin browsing contexts</a> has a <dfn id=global-script-clean-up-jobs-list>global script
+  clean-up jobs list</dfn>, which must initially be empty. The File API uses this to release <code title="">blob:</code> URLs. <a href=#refsFILEAPI>[FILEAPI]</a></p>
+
   <p>When the user agent is to <dfn id=run-the-global-script-clean-up-jobs>run the global script clean-up jobs</dfn>, the user agent must
   perform each of the jobs in the <a href=#global-script-clean-up-jobs-list>global script clean-up jobs list</a> and then empty the
-  list. (The File API uses this to release <code title="">blob:</code> URLs.) <a href=#refsFILEAPI>[FILEAPI]</a></p>
+  list.</p>
 
   </div>
 

Modified: source
===================================================================
--- source	2012-10-19 18:54:12 UTC (rev 7469)
+++ source	2012-10-19 18:56:00 UTC (rev 7470)
@@ -79248,25 +79248,6 @@
   be made the same as members of any other group. Each such group is a
   <dfn>unit of related similar-origin browsing contexts</dfn>.</p>
 
-  <p>Each <span>unit of related similar-origin browsing
-  contexts</span> can have an <dfn>entry script</dfn> which is used to
-  obtain, amongst other things, the <span>script's base URL</span> to
-  <span title="resolve a url">resolve</span> relative <span
-  title="URL">URLs</span> used in scripts running in that <span>unit
-  of related similar-origin browsing contexts</span>. Initially, there
-  is no <span>entry script</span>. It is changed by the <span>jump to
-  a code entry-point</span> algorithm.</p>
-
-  <p>Each <span>unit of related similar-origin browsing
-  contexts</span> also has a <dfn>running mutation observers</dfn>
-  flag, which must initially be false. It is used to prevent reentrant
-  invocation of the algorithm to <span
-  title="concept-mo-invoke">invoke <code>MutationObserver</code>
-  objects</span>. For the purposes of <code>MutationObserver</code>
-  objects, each <span>unit of related similar-origin browsing
-  contexts</span> is a distinct <var title="MutationObserver scripting
-  environment">scripting environment</var>.</p>
-
   <p class="note">There is also at most one <span>event loop</span>
   per <span>unit of related similar-origin browsing contexts</span>
   (though several <span title="unit of related similar-origin browsing
@@ -87464,34 +87445,30 @@
 
   <h5>Calling scripts</h5>
 
-  <p>When a user agent is to <dfn>jump to a code entry-point</dfn> for
-  a <span title="concept-script">script</span>, for example to invoke
-  an event listener defined in that <span
-  title="concept-script">script</span>, the user agent must run the
-  following steps:</p>
+  <p>When a user agent is to <dfn>jump to a code entry-point</dfn> for a <span
+  title="concept-script">script</span>, for example to invoke an event listener defined in that
+  <span title="concept-script">script</span>, the user agent must run the following steps:</p>
 
   <ol>
 
-   <li><p>If the <span>script's global object</span> is a
-   <code>Window</code> object whose <code>Document</code> object is
-   not <span>fully active</span>, then abort these steps without doing
-   anything. The callback is not run.</p>
+   <li><p>If the <span>script's global object</span> is a <code>Window</code> object whose
+   <code>Document</code> object is not <span>fully active</span>, then abort these steps without
+   doing anything. The callback is not run.</p>
 
-   <li><p>Set the <span>entry script</span> to be the <span
-   title="concept-script">script</span> being invoked.</p></li>
+   <li><p>Set the <span>entry script</span> to be the <span title="concept-script">script</span>
+   being invoked.</p></li>
 
    <li><p>Let <var title="">previous script clean-up jobs list</var> have the value of the current
    <span>global script clean-up jobs list</span>.</p></li>
 
    <li><p>Empty the <span>global script clean-up jobs list</span>.</p></li>
 
-   <li><p>Make the <span title="script execution environment">script
-   execution environment</span> for the <span
-   title="concept-script">script</span> execute the code for the given
-   code entry-point.</p></li>
+   <li><p>Make the <span title="script execution environment">script execution environment</span>
+   for the <span title="concept-script">script</span> execute the code for the given code
+   entry-point.</p></li>
 
-   <li><p>Set the <span>entry script</span> back to whatever it was
-   when this algorithm started.</p></li>
+   <li><p>Set the <span>entry script</span> back to whatever it was when this algorithm
+   started.</p></li>
 
    <li><p><span>Run the global script clean-up jobs</span>.</p></li>
 
@@ -87509,13 +87486,27 @@
 
   <hr>
 
+  <p>Each <span>unit of related similar-origin browsing contexts</span> can have an <dfn>entry
+  script</dfn> which is used to obtain, amongst other things, the <span>script's base URL</span> to
+  <span title="resolve a url">resolve</span> relative <span title="URL">URLs</span> used in scripts
+  running in that <span>unit of related similar-origin browsing contexts</span>. Initially, there is
+  no <span>entry script</span>. It is changed by the <span>jump to a code entry-point</span>
+  algorithm above.</p>
+
+  <p>Each <span>unit of related similar-origin browsing contexts</span> has a <dfn>running mutation
+  observers</dfn> flag, which must initially be false. It is used to prevent reentrant invocation of
+  the algorithm to <span title="concept-mo-invoke">invoke <code>MutationObserver</code>
+  objects</span>. For the purposes of <code>MutationObserver</code> objects, each <span>unit of
+  related similar-origin browsing contexts</span> is a distinct <var title="MutationObserver
+  scripting environment">scripting environment</var>.</p>
+
   <p>Each <span>unit of related similar-origin browsing contexts</span> has a <dfn>global script
-  clean-up jobs list</dfn>, which must initially be empty.</p>
+  clean-up jobs list</dfn>, which must initially be empty. The File API uses this to release <code
+  title="">blob:</code> URLs. <a href="#refsFILEAPI">[FILEAPI]</a></p>
 
   <p>When the user agent is to <dfn>run the global script clean-up jobs</dfn>, the user agent must
   perform each of the jobs in the <span>global script clean-up jobs list</span> and then empty the
-  list. (The File API uses this to release <code title="">blob:</code> URLs.) <a
-  href="#refsFILEAPI">[FILEAPI]</a></p>
+  list.</p>
 
   </div>
 




More information about the Commit-Watchers mailing list