hixie: consistency in the parser w.r.t. how steps are introduced. (whatwg r4802)

hixie: consistency in the parser w.r.t. how steps are introduced.
(whatwg r4802)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3849&r2=1.3850&f=h
http://html5.org/tools/web-apps-tracker?from=4801&to=4802

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3849
retrieving revision 1.3850
diff -u -d -r1.3849 -r1.3850
--- Overview.html 23 Feb 2010 22:30:42 -0000 1.3849
+++ Overview.html 25 Feb 2010 01:55:08 -0000 1.3850
@@ -55130,6 +55130,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>
 
@@ -55588,7 +55590,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>
 
@@ -55636,7 +55638,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>
 
@@ -55930,7 +55932,7 @@
    "strike", "strong", "tt", "u"</dt>
    <dd>
 
-    <p>Follow these steps:</p>
+    <p>Run these steps:</p>
 
     <ol><li>
 
@@ -56283,6 +56285,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>
 
@@ -56521,7 +56525,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>
@@ -56639,7 +56643,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

Received on Thursday, 25 February 2010 01:55:57 UTC