html5/spec Overview.html,1.3849,1.3850

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv28588

Modified Files:
	Overview.html 
Log Message:
consistency in the parser w.r.t. how steps are introduced. (whatwg r4802)

Index: Overview.html
===================================================================
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:13 UTC