[html5] r5866 - [e] (0) Clarify that if 'already started' is set multiple times, the state the l [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Feb 9 13:21:52 PST 2011


Author: ianh
Date: 2011-02-09 13:21:50 -0800 (Wed, 09 Feb 2011)
New Revision: 5866

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clarify that if 'already started' is set multiple times, the state the last time it was set is what matters.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11191

Modified: complete.html
===================================================================
--- complete.html	2011-02-09 01:09:50 UTC (rev 5865)
+++ complete.html	2011-02-09 21:21:50 UTC (rev 5866)
@@ -15051,6 +15051,9 @@
     <p>The user agent must set the element's <a href=#already-started>"already
     started"</a> flag.</p>
 
+    <p class=note>The state of the element at this moment <a href=#establish-script-block-source>is later used</a> to
+    determine the script source.</p>
+
    </li>
 
    <li id=script-processing-noscript>
@@ -15336,7 +15339,7 @@
     <a href=#prepare-a-script>prepare a script</a> algorithm above was running for this
     script, the <code><a href=#script>script</a></code> element had a <code title=attr-script-src><a href=#attr-script-src>src</a></code> attribute specified.</p>
 
-    <ol><li>
+    <ol><li id=establish-script-block-source>
 
       <p>Initialize <dfn id="the-script-block's-source"><var>the script block's source</var></dfn> as
       follows:</p>
@@ -15423,7 +15426,7 @@
 
         <p>The value of the <code title=dom-script-text><a href=#dom-script-text>text</a></code>
         IDL attribute at the time the element's <a href=#already-started>"already
-        started"</a> flag was set is the script source.</p>
+        started"</a> flag was last set is the script source.</p>
 
        </dd>
 
@@ -15432,8 +15435,8 @@
        <dd>
 
         <p>The child nodes of the <code><a href=#script>script</a></code> element at the
-        time the element's <a href=#already-started>"already started"</a> flag was set
-        are the script source.</p>
+        time the element's <a href=#already-started>"already started"</a> flag was
+        last set are the script source.</p>
 
        </dd>
 

Modified: index
===================================================================
--- index	2011-02-09 01:09:50 UTC (rev 5865)
+++ index	2011-02-09 21:21:50 UTC (rev 5866)
@@ -15031,6 +15031,9 @@
     <p>The user agent must set the element's <a href=#already-started>"already
     started"</a> flag.</p>
 
+    <p class=note>The state of the element at this moment <a href=#establish-script-block-source>is later used</a> to
+    determine the script source.</p>
+
    </li>
 
    <li id=script-processing-noscript>
@@ -15316,7 +15319,7 @@
     <a href=#prepare-a-script>prepare a script</a> algorithm above was running for this
     script, the <code><a href=#script>script</a></code> element had a <code title=attr-script-src><a href=#attr-script-src>src</a></code> attribute specified.</p>
 
-    <ol><li>
+    <ol><li id=establish-script-block-source>
 
       <p>Initialize <dfn id="the-script-block's-source"><var>the script block's source</var></dfn> as
       follows:</p>
@@ -15403,7 +15406,7 @@
 
         <p>The value of the <code title=dom-script-text><a href=#dom-script-text>text</a></code>
         IDL attribute at the time the element's <a href=#already-started>"already
-        started"</a> flag was set is the script source.</p>
+        started"</a> flag was last set is the script source.</p>
 
        </dd>
 
@@ -15412,8 +15415,8 @@
        <dd>
 
         <p>The child nodes of the <code><a href=#script>script</a></code> element at the
-        time the element's <a href=#already-started>"already started"</a> flag was set
-        are the script source.</p>
+        time the element's <a href=#already-started>"already started"</a> flag was
+        last set are the script source.</p>
 
        </dd>
 

Modified: source
===================================================================
--- source	2011-02-09 01:09:50 UTC (rev 5865)
+++ source	2011-02-09 21:21:50 UTC (rev 5866)
@@ -15957,6 +15957,10 @@
     <p>The user agent must set the element's <span>"already
     started"</span> flag.</p>
 
+    <p class="note">The state of the element at this moment <a
+    href="#establish-script-block-source">is later used</a> to
+    determine the script source.</p>
+
    </li>
 
    <li id="script-processing-noscript">
@@ -16285,7 +16289,7 @@
 
     <ol>
 
-     <li>
+     <li id="establish-script-block-source">
 
       <p>Initialize <dfn><var>the script block's source</var></dfn> as
       follows:</p>
@@ -16389,7 +16393,7 @@
 
         <p>The value of the <code title="dom-script-text">text</code>
         IDL attribute at the time the element's <span>"already
-        started"</span> flag was set is the script source.</p>
+        started"</span> flag was last set is the script source.</p>
 
        </dd>
 
@@ -16398,8 +16402,8 @@
        <dd>
 
         <p>The child nodes of the <code>script</code> element at the
-        time the element's <span>"already started"</span> flag was set
-        are the script source.</p>
+        time the element's <span>"already started"</span> flag was
+        last set are the script source.</p>
 
        </dd>
 




More information about the Commit-Watchers mailing list