[html5] r4802 - [e] (0) consistency in the parser w.r.t. how steps are introduced.

whatwg at whatwg.org whatwg at whatwg.org
Wed Feb 24 17:54:34 PST 2010


Author: ianh
Date: 2010-02-24 17:54:32 -0800 (Wed, 24 Feb 2010)
New Revision: 4802

Modified:
   complete.html
   index
   source
Log:
[e] (0) consistency in the parser w.r.t. how steps are introduced.

Modified: complete.html
===================================================================
--- complete.html	2010-02-23 22:30:37 UTC (rev 4801)
+++ complete.html	2010-02-25 01:54:32 UTC (rev 4802)
@@ -157,7 +157,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Draft Standard — 23 February 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 25 February 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -75443,6 +75443,8 @@
    <dt id=scriptTag>A start tag whose tag name is "script"</dt>
    <dd>
 
+    <p>Run these steps:</p>
+
     <ol><li><p><a href=#create-an-element-for-the-token>Create an element for the token</a> in the
      <a href=#html-namespace-0>HTML namespace</a>.</li>
 
@@ -75901,7 +75903,7 @@
    <dt>A start tag whose tag name is "li"</dt>
    <dd>
 
-    <p>Run the following algorithm:</p>
+    <p>Run the following steps:</p>
 
     <ol><li><p>Set the <a href=#frameset-ok-flag>frameset-ok flag</a> to "not ok".</li>
 
@@ -75949,7 +75951,7 @@
    <dt>A start tag whose tag name is one of: "dd", "dt"</dt>
    <dd>
 
-    <p>Run the following algorithm:</p>
+    <p>Run these steps:</p>
 
     <ol><li><p>Set the <a href=#frameset-ok-flag>frameset-ok flag</a> to "not ok".</li>
 
@@ -76243,7 +76245,7 @@
    "strike", "strong", "tt", "u"</dt>
    <dd>
 
-    <p>Follow these steps:</p>
+    <p>Run these steps:</p>
 
     <ol><li>
 
@@ -76596,6 +76598,8 @@
    <dt>A start tag whose tag name is "textarea"</dt>
    <dd>
 
+    <p>Run these steps:</p>
+
     <ol><li><p><a href=#insert-an-html-element>Insert an HTML element</a> for the
      token.</li>
 
@@ -76834,7 +76838,7 @@
    <dt>Any other end tag</dt>
    <dd>
 
-    <p>Run the following steps:</p>
+    <p>Run these steps:</p>
 
     <ol><li><p>Initialize <var title="">node</var> to be the <a href=#current-node>current
      node</a> (the bottommost node of the stack).</li>
@@ -76952,7 +76956,7 @@
 
      <dd>
 
-      <p>Follow these steps:</p>
+      <p>Run these steps:</p>
 
       <ol><li><p>Let <var title="">the script</var> be the <a href=#pending-parsing-blocking-script>pending
        parsing-blocking script</a>. There is no longer a <a href=#pending-parsing-blocking-script>pending

Modified: index
===================================================================
--- index	2010-02-23 22:30:37 UTC (rev 4801)
+++ index	2010-02-25 01:54:32 UTC (rev 4802)
@@ -161,7 +161,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>HTML5 (including next generation additions still in development)</h1>
-    <h2 class="no-num no-toc">Draft Standard — 23 February 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 25 February 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -69747,6 +69747,8 @@
    <dt id=scriptTag>A start tag whose tag name is "script"</dt>
    <dd>
 
+    <p>Run these steps:</p>
+
     <ol><li><p><a href=#create-an-element-for-the-token>Create an element for the token</a> in the
      <a href=#html-namespace-0>HTML namespace</a>.</li>
 
@@ -70205,7 +70207,7 @@
    <dt>A start tag whose tag name is "li"</dt>
    <dd>
 
-    <p>Run the following algorithm:</p>
+    <p>Run the following steps:</p>
 
     <ol><li><p>Set the <a href=#frameset-ok-flag>frameset-ok flag</a> to "not ok".</li>
 
@@ -70253,7 +70255,7 @@
    <dt>A start tag whose tag name is one of: "dd", "dt"</dt>
    <dd>
 
-    <p>Run the following algorithm:</p>
+    <p>Run these steps:</p>
 
     <ol><li><p>Set the <a href=#frameset-ok-flag>frameset-ok flag</a> to "not ok".</li>
 
@@ -70547,7 +70549,7 @@
    "strike", "strong", "tt", "u"</dt>
    <dd>
 
-    <p>Follow these steps:</p>
+    <p>Run these steps:</p>
 
     <ol><li>
 
@@ -70900,6 +70902,8 @@
    <dt>A start tag whose tag name is "textarea"</dt>
    <dd>
 
+    <p>Run these steps:</p>
+
     <ol><li><p><a href=#insert-an-html-element>Insert an HTML element</a> for the
      token.</li>
 
@@ -71138,7 +71142,7 @@
    <dt>Any other end tag</dt>
    <dd>
 
-    <p>Run the following steps:</p>
+    <p>Run these steps:</p>
 
     <ol><li><p>Initialize <var title="">node</var> to be the <a href=#current-node>current
      node</a> (the bottommost node of the stack).</li>
@@ -71256,7 +71260,7 @@
 
      <dd>
 
-      <p>Follow these steps:</p>
+      <p>Run these steps:</p>
 
       <ol><li><p>Let <var title="">the script</var> be the <a href=#pending-parsing-blocking-script>pending
        parsing-blocking script</a>. There is no longer a <a href=#pending-parsing-blocking-script>pending

Modified: source
===================================================================
--- source	2010-02-23 22:30:37 UTC (rev 4801)
+++ source	2010-02-25 01:54:32 UTC (rev 4802)
@@ -86154,6 +86154,8 @@
    <dt id="scriptTag">A start tag whose tag name is "script"</dt>
    <dd>
 
+    <p>Run these steps:</p>
+
     <ol>
 
      <li><p><span>Create an element for the token</span> in the
@@ -86650,7 +86652,7 @@
    <dt>A start tag whose tag name is "li"</dt>
    <dd>
 
-    <p>Run the following algorithm:</p>
+    <p>Run the following steps:</p>
 
     <ol>
 
@@ -86702,7 +86704,7 @@
    <dt>A start tag whose tag name is one of: "dd", "dt"</dt>
    <dd>
 
-    <p>Run the following algorithm:</p>
+    <p>Run these steps:</p>
 
     <ol>
 
@@ -87030,7 +87032,7 @@
    "strike", "strong", "tt", "u"</dt>
    <dd>
 
-    <p>Follow these steps:</p>
+    <p>Run these steps:</p>
 
     <ol>
 
@@ -87410,6 +87412,8 @@
    <dt>A start tag whose tag name is "textarea"</dt>
    <dd>
 
+    <p>Run these steps:</p>
+
     <ol>
 
      <li><p><span>Insert an HTML element</span> for the
@@ -87656,7 +87660,7 @@
    <dt>Any other end tag</dt>
    <dd>
 
-    <p>Run the following steps:</p>
+    <p>Run these steps:</p>
 
     <ol>
 
@@ -87795,7 +87799,7 @@
 
      <dd>
 
-      <p>Follow these steps:</p>
+      <p>Run these steps:</p>
 
       <ol>
 




More information about the Commit-Watchers mailing list