[html5] r8498 - [e] (0) Oops, edited the wrong line. (stable state and </script> parsing) Fixing [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Feb 21 10:50:17 PST 2014


Author: ianh
Date: 2014-02-21 10:50:16 -0800 (Fri, 21 Feb 2014)
New Revision: 8498

Modified:
   complete.html
   index
   source
Log:
[e] (0) Oops, edited the wrong line. (stable state and </script> parsing)
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24361
Affected topics: DOM APIs, HTML Syntax and Parsing

Modified: complete.html
===================================================================
--- complete.html	2014-02-21 17:23:55 UTC (rev 8497)
+++ complete.html	2014-02-21 18:50:16 UTC (rev 8498)
@@ -71981,7 +71981,7 @@
 
     <ol><li><p><a href=#perform-a-microtask-checkpoint>Perform a microtask checkpoint</a>.</li>
 
-     <li><p>If the <a href=#stack-of-script-settings-objects>stack of script settings objects</a> is empty, <a href=#provide-a-stable-state>provide a stable state</a>.</li>
+     <li><p><a href=#provide-a-stable-state>Provide a stable state</a>.</li>
 
      <li><p>If necessary, update the rendering or user interface of any <code><a href=#document>Document</a></code> or
      <a href=#browsing-context>browsing context</a> to reflect the current state.</li>
@@ -92276,7 +92276,7 @@
 
     <p><a href=#perform-a-microtask-checkpoint>Perform a microtask checkpoint</a>.</p>
 
-    <p><a href=#provide-a-stable-state>Provide a stable state</a>.</p>
+    <p>If the <a href=#stack-of-script-settings-objects>stack of script settings objects</a> is empty, <a href=#provide-a-stable-state>provide a stable state</a>.</p>
 
     <p>Let <var title="">script</var> be the <a href=#current-node>current node</a> (which will be a
     <code><a href=#the-script-element>script</a></code> element).</p>

Modified: index
===================================================================
--- index	2014-02-21 17:23:55 UTC (rev 8497)
+++ index	2014-02-21 18:50:16 UTC (rev 8498)
@@ -71981,7 +71981,7 @@
 
     <ol><li><p><a href=#perform-a-microtask-checkpoint>Perform a microtask checkpoint</a>.</li>
 
-     <li><p>If the <a href=#stack-of-script-settings-objects>stack of script settings objects</a> is empty, <a href=#provide-a-stable-state>provide a stable state</a>.</li>
+     <li><p><a href=#provide-a-stable-state>Provide a stable state</a>.</li>
 
      <li><p>If necessary, update the rendering or user interface of any <code><a href=#document>Document</a></code> or
      <a href=#browsing-context>browsing context</a> to reflect the current state.</li>
@@ -92276,7 +92276,7 @@
 
     <p><a href=#perform-a-microtask-checkpoint>Perform a microtask checkpoint</a>.</p>
 
-    <p><a href=#provide-a-stable-state>Provide a stable state</a>.</p>
+    <p>If the <a href=#stack-of-script-settings-objects>stack of script settings objects</a> is empty, <a href=#provide-a-stable-state>provide a stable state</a>.</p>
 
     <p>Let <var title="">script</var> be the <a href=#current-node>current node</a> (which will be a
     <code><a href=#the-script-element>script</a></code> element).</p>

Modified: source
===================================================================
--- source	2014-02-21 17:23:55 UTC (rev 8497)
+++ source	2014-02-21 18:50:16 UTC (rev 8498)
@@ -80400,7 +80400,7 @@
 
      <li><p><span>Perform a microtask checkpoint</span>.</p></li>
 
-     <li><p>If the <span>stack of script settings objects</span> is empty, <span>provide a stable state</span>.</p></li>
+     <li><p><span>Provide a stable state</span>.</p></li>
 
      <li><p>If necessary, update the rendering or user interface of any <code>Document</code> or
      <span>browsing context</span> to reflect the current state.</p></li>
@@ -102926,7 +102926,7 @@
 
     <p><span>Perform a microtask checkpoint</span>.</p>
 
-    <p><span>Provide a stable state</span>.</p>
+    <p>If the <span>stack of script settings objects</span> is empty, <span>provide a stable state</span>.</p>
 
     <p>Let <var data-x="">script</var> be the <span>current node</span> (which will be a
     <code>script</code> element).</p>




More information about the Commit-Watchers mailing list