[html5] r5497 - [giow] (2) Match reality Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10520

whatwg at whatwg.org whatwg at whatwg.org
Sat Sep 25 12:32:49 PDT 2010


Author: ianh
Date: 2010-09-25 12:32:47 -0700 (Sat, 25 Sep 2010)
New Revision: 5497

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Match reality
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10520

Modified: complete.html
===================================================================
--- complete.html	2010-09-25 19:26:24 UTC (rev 5496)
+++ complete.html	2010-09-25 19:32:47 UTC (rev 5497)
@@ -14340,6 +14340,20 @@
 
    </li>
 
+   <li id=script-processing-start>
+
+    <p>The user agent must set the element's <a href=#already-started>"already
+    started"</a> flag.</p>
+
+   </li>
+
+   <li>
+
+    <p>If <var title="">was-parser-inserted</var> is true, then flag
+    the element as <a href=#parser-inserted>"parser-inserted"</a> again.</p>
+
+   </li>
+
    <li id=script-processing-for>
 
     <p>If the <code><a href=#script>script</a></code> element has an <code title=attr-script-event><a href=#attr-script-event>event</a></code> attribute and a <code title=attr-script-for><a href=#attr-script-for>for</a></code> attribute, then run these
@@ -14362,22 +14376,8 @@
 
     </ol></li>
 
-   <li id=script-processing-start>
-
-    <p>The user agent must set the element's <a href=#already-started>"already
-    started"</a> flag.</p>
-
-   </li>
-
    <li>
 
-    <p>If <var title="">was-parser-inserted</var> is true, then flag
-    the element as <a href=#parser-inserted>"parser-inserted"</a> again.</p>
-
-   </li>
-
-   <li>
-
     <p>If the element's <code><a href=#document>Document</a></code> has an <a href=#active-parser>active
     parser</a>, and the parser's <a href=#script-nesting-level>script nesting level</a>
     is non-zero, but this <code><a href=#script>script</a></code> element does not have

Modified: index
===================================================================
--- index	2010-09-25 19:26:24 UTC (rev 5496)
+++ index	2010-09-25 19:32:47 UTC (rev 5497)
@@ -14317,6 +14317,20 @@
 
    </li>
 
+   <li id=script-processing-start>
+
+    <p>The user agent must set the element's <a href=#already-started>"already
+    started"</a> flag.</p>
+
+   </li>
+
+   <li>
+
+    <p>If <var title="">was-parser-inserted</var> is true, then flag
+    the element as <a href=#parser-inserted>"parser-inserted"</a> again.</p>
+
+   </li>
+
    <li id=script-processing-for>
 
     <p>If the <code><a href=#script>script</a></code> element has an <code title=attr-script-event><a href=#attr-script-event>event</a></code> attribute and a <code title=attr-script-for><a href=#attr-script-for>for</a></code> attribute, then run these
@@ -14339,22 +14353,8 @@
 
     </ol></li>
 
-   <li id=script-processing-start>
-
-    <p>The user agent must set the element's <a href=#already-started>"already
-    started"</a> flag.</p>
-
-   </li>
-
    <li>
 
-    <p>If <var title="">was-parser-inserted</var> is true, then flag
-    the element as <a href=#parser-inserted>"parser-inserted"</a> again.</p>
-
-   </li>
-
-   <li>
-
     <p>If the element's <code><a href=#document>Document</a></code> has an <a href=#active-parser>active
     parser</a>, and the parser's <a href=#script-nesting-level>script nesting level</a>
     is non-zero, but this <code><a href=#script>script</a></code> element does not have

Modified: source
===================================================================
--- source	2010-09-25 19:26:24 UTC (rev 5496)
+++ source	2010-09-25 19:32:47 UTC (rev 5497)
@@ -15183,6 +15183,20 @@
 
    </li>
 
+   <li id="script-processing-start">
+
+    <p>The user agent must set the element's <span>"already
+    started"</span> flag.</p>
+
+   </li>
+
+   <li>
+
+    <p>If <var title="">was-parser-inserted</var> is true, then flag
+    the element as <span>"parser-inserted"</span> again.</p>
+
+   </li>
+
    <li id="script-processing-for">
 
     <p>If the <code>script</code> element has an <code
@@ -15216,22 +15230,8 @@
 
    </li>
 
-   <li id="script-processing-start">
-
-    <p>The user agent must set the element's <span>"already
-    started"</span> flag.</p>
-
-   </li>
-
    <li>
 
-    <p>If <var title="">was-parser-inserted</var> is true, then flag
-    the element as <span>"parser-inserted"</span> again.</p>
-
-   </li>
-
-   <li>
-
     <p>If the element's <code>Document</code> has an <span>active
     parser</span>, and the parser's <span>script nesting level</span>
     is non-zero, but this <code>script</code> element does not have




More information about the Commit-Watchers mailing list