[html5] r8666 - [e] (0) Fix some grammar errors in the parser Affected topics: HTML Syntax and P [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Jun 9 11:00:34 PDT 2014


Author: ianh
Date: 2014-06-09 11:00:31 -0700 (Mon, 09 Jun 2014)
New Revision: 8666

Modified:
   complete.html
   index
   source
Log:
[e] (0) Fix some grammar errors in the parser
Affected topics: HTML Syntax and Parsing

Modified: complete.html
===================================================================
--- complete.html	2014-06-09 05:43:49 UTC (rev 8665)
+++ complete.html	2014-06-09 18:00:31 UTC (rev 8666)
@@ -92276,7 +92276,7 @@
 
     <p>If the <a href=#stack-of-open-elements>stack of open elements</a> does not <a href=#has-an-element-in-scope title="has an element in
     scope">have an element in scope</a> that is an <a href=#html-elements title="HTML elements">HTML
-    element</a> and with the same tag name as that of the token, then this is a <a href=#parse-error>parse
+    element</a> with the same tag name as that of the token, then this is a <a href=#parse-error>parse
     error</a>; ignore the token.</p>
 
     <p>Otherwise, run these steps:</p>
@@ -92373,7 +92373,7 @@
 
     <p>If the <a href=#stack-of-open-elements>stack of open elements</a> does not <a href=#has-an-element-in-scope title="has an element in
     scope">have an element in scope</a> that is an <a href=#html-elements title="HTML elements">HTML
-    element</a> and with the same tag name as that of the token, then this is a <a href=#parse-error>parse
+    element</a> with the same tag name as that of the token, then this is a <a href=#parse-error>parse
     error</a>; ignore the token.</p>
 
     <p>Otherwise, run these steps:</p>
@@ -92507,7 +92507,7 @@
 
     <p>If the <a href=#stack-of-open-elements>stack of open elements</a> does not <a href=#has-an-element-in-scope title="has an element in
     scope">have an element in scope</a> that is an <a href=#html-elements title="HTML elements">HTML
-    element</a> and with the same tag name as that of the token, then this is a <a href=#parse-error>parse
+    element</a> with the same tag name as that of the token, then this is a <a href=#parse-error>parse
     error</a>; ignore the token.</p>
 
     <p>Otherwise, run these steps:</p>
@@ -93687,7 +93687,7 @@
 
     <p>If the <a href=#stack-of-open-elements>stack of open elements</a> does not <a href=#has-an-element-in-table-scope title="has an element in table
     scope">have an element in table scope</a> that is an <a href=#html-elements title="HTML elements">HTML
-    element</a> and with the same tag name as the token, this is a <a href=#parse-error>parse error</a>;
+    element</a> with the same tag name as the token, this is a <a href=#parse-error>parse error</a>;
     ignore the token.</p>
 
     <p>Otherwise:</p>
@@ -93804,7 +93804,7 @@
 
     <p>If the <a href=#stack-of-open-elements>stack of open elements</a> does not <a href=#has-an-element-in-table-scope title="has an element in table
     scope">have an element in table scope</a> that is an <a href=#html-elements title="HTML elements">HTML
-    element</a> and with the same tag name as the token, this is a <a href=#parse-error>parse error</a>;
+    element</a> with the same tag name as the token, this is a <a href=#parse-error>parse error</a>;
     ignore the token.</p>
 
     <!-- fake <tr> -->
@@ -93855,7 +93855,7 @@
 
     <p>If the <a href=#stack-of-open-elements>stack of open elements</a> does not <a href=#has-an-element-in-table-scope title="has an element in table
     scope">have an element in table scope</a> that is an <a href=#html-elements title="HTML elements">HTML
-    element</a> and with the same tag name as that of the token, then this is a <a href=#parse-error>parse
+    element</a> with the same tag name as that of the token, then this is a <a href=#parse-error>parse
     error</a>; ignore the token.</p>
 
     <p>Otherwise:</p>
@@ -93901,7 +93901,7 @@
 
     <p>If the <a href=#stack-of-open-elements>stack of open elements</a> does not <a href=#has-an-element-in-table-scope title="has an element in table
     scope">have an element in table scope</a> that is an <a href=#html-elements title="HTML elements">HTML
-    element</a> and with the same tag name as that of the token, then this is a <a href=#parse-error>parse
+    element</a> with the same tag name as that of the token, then this is a <a href=#parse-error>parse
     error</a>; ignore the token.</p>
 
     <p>Otherwise, <a href=#close-the-cell>close the cell</a> (see below) and reprocess the token.</p>
@@ -94133,7 +94133,7 @@
 
     <p>If the <a href=#stack-of-open-elements>stack of open elements</a> does not <a href=#has-an-element-in-table-scope title="has an element in table
     scope">have an element in table scope</a> that is an <a href=#html-elements title="HTML elements">HTML
-    element</a> and with the same tag name as that of the token, then ignore the token.</p>
+    element</a> with the same tag name as that of the token, then ignore the token.</p>
 
     <p>Otherwise:</p>
 

Modified: index
===================================================================
--- index	2014-06-09 05:43:49 UTC (rev 8665)
+++ index	2014-06-09 18:00:31 UTC (rev 8666)
@@ -92276,7 +92276,7 @@
 
     <p>If the <a href=#stack-of-open-elements>stack of open elements</a> does not <a href=#has-an-element-in-scope title="has an element in
     scope">have an element in scope</a> that is an <a href=#html-elements title="HTML elements">HTML
-    element</a> and with the same tag name as that of the token, then this is a <a href=#parse-error>parse
+    element</a> with the same tag name as that of the token, then this is a <a href=#parse-error>parse
     error</a>; ignore the token.</p>
 
     <p>Otherwise, run these steps:</p>
@@ -92373,7 +92373,7 @@
 
     <p>If the <a href=#stack-of-open-elements>stack of open elements</a> does not <a href=#has-an-element-in-scope title="has an element in
     scope">have an element in scope</a> that is an <a href=#html-elements title="HTML elements">HTML
-    element</a> and with the same tag name as that of the token, then this is a <a href=#parse-error>parse
+    element</a> with the same tag name as that of the token, then this is a <a href=#parse-error>parse
     error</a>; ignore the token.</p>
 
     <p>Otherwise, run these steps:</p>
@@ -92507,7 +92507,7 @@
 
     <p>If the <a href=#stack-of-open-elements>stack of open elements</a> does not <a href=#has-an-element-in-scope title="has an element in
     scope">have an element in scope</a> that is an <a href=#html-elements title="HTML elements">HTML
-    element</a> and with the same tag name as that of the token, then this is a <a href=#parse-error>parse
+    element</a> with the same tag name as that of the token, then this is a <a href=#parse-error>parse
     error</a>; ignore the token.</p>
 
     <p>Otherwise, run these steps:</p>
@@ -93687,7 +93687,7 @@
 
     <p>If the <a href=#stack-of-open-elements>stack of open elements</a> does not <a href=#has-an-element-in-table-scope title="has an element in table
     scope">have an element in table scope</a> that is an <a href=#html-elements title="HTML elements">HTML
-    element</a> and with the same tag name as the token, this is a <a href=#parse-error>parse error</a>;
+    element</a> with the same tag name as the token, this is a <a href=#parse-error>parse error</a>;
     ignore the token.</p>
 
     <p>Otherwise:</p>
@@ -93804,7 +93804,7 @@
 
     <p>If the <a href=#stack-of-open-elements>stack of open elements</a> does not <a href=#has-an-element-in-table-scope title="has an element in table
     scope">have an element in table scope</a> that is an <a href=#html-elements title="HTML elements">HTML
-    element</a> and with the same tag name as the token, this is a <a href=#parse-error>parse error</a>;
+    element</a> with the same tag name as the token, this is a <a href=#parse-error>parse error</a>;
     ignore the token.</p>
 
     <!-- fake <tr> -->
@@ -93855,7 +93855,7 @@
 
     <p>If the <a href=#stack-of-open-elements>stack of open elements</a> does not <a href=#has-an-element-in-table-scope title="has an element in table
     scope">have an element in table scope</a> that is an <a href=#html-elements title="HTML elements">HTML
-    element</a> and with the same tag name as that of the token, then this is a <a href=#parse-error>parse
+    element</a> with the same tag name as that of the token, then this is a <a href=#parse-error>parse
     error</a>; ignore the token.</p>
 
     <p>Otherwise:</p>
@@ -93901,7 +93901,7 @@
 
     <p>If the <a href=#stack-of-open-elements>stack of open elements</a> does not <a href=#has-an-element-in-table-scope title="has an element in table
     scope">have an element in table scope</a> that is an <a href=#html-elements title="HTML elements">HTML
-    element</a> and with the same tag name as that of the token, then this is a <a href=#parse-error>parse
+    element</a> with the same tag name as that of the token, then this is a <a href=#parse-error>parse
     error</a>; ignore the token.</p>
 
     <p>Otherwise, <a href=#close-the-cell>close the cell</a> (see below) and reprocess the token.</p>
@@ -94133,7 +94133,7 @@
 
     <p>If the <a href=#stack-of-open-elements>stack of open elements</a> does not <a href=#has-an-element-in-table-scope title="has an element in table
     scope">have an element in table scope</a> that is an <a href=#html-elements title="HTML elements">HTML
-    element</a> and with the same tag name as that of the token, then ignore the token.</p>
+    element</a> with the same tag name as that of the token, then ignore the token.</p>
 
     <p>Otherwise:</p>
 

Modified: source
===================================================================
--- source	2014-06-09 05:43:49 UTC (rev 8665)
+++ source	2014-06-09 18:00:31 UTC (rev 8666)
@@ -101815,7 +101815,7 @@
 
     <p>If the <span>stack of open elements</span> does not <span data-x="has an element in
     scope">have an element in scope</span> that is an <span data-x="HTML elements">HTML
-    element</span> and with the same tag name as that of the token, then this is a <span>parse
+    element</span> with the same tag name as that of the token, then this is a <span>parse
     error</span>; ignore the token.</p>
 
     <p>Otherwise, run these steps:</p>
@@ -101928,7 +101928,7 @@
 
     <p>If the <span>stack of open elements</span> does not <span data-x="has an element in
     scope">have an element in scope</span> that is an <span data-x="HTML elements">HTML
-    element</span> and with the same tag name as that of the token, then this is a <span>parse
+    element</span> with the same tag name as that of the token, then this is a <span>parse
     error</span>; ignore the token.</p>
 
     <p>Otherwise, run these steps:</p>
@@ -102070,7 +102070,7 @@
 
     <p>If the <span>stack of open elements</span> does not <span data-x="has an element in
     scope">have an element in scope</span> that is an <span data-x="HTML elements">HTML
-    element</span> and with the same tag name as that of the token, then this is a <span>parse
+    element</span> with the same tag name as that of the token, then this is a <span>parse
     error</span>; ignore the token.</p>
 
     <p>Otherwise, run these steps:</p>
@@ -103344,7 +103344,7 @@
 
     <p>If the <span>stack of open elements</span> does not <span data-x="has an element in table
     scope">have an element in table scope</span> that is an <span data-x="HTML elements">HTML
-    element</span> and with the same tag name as the token, this is a <span>parse error</span>;
+    element</span> with the same tag name as the token, this is a <span>parse error</span>;
     ignore the token.</p>
 
     <p>Otherwise:</p>
@@ -103467,7 +103467,7 @@
 
     <p>If the <span>stack of open elements</span> does not <span data-x="has an element in table
     scope">have an element in table scope</span> that is an <span data-x="HTML elements">HTML
-    element</span> and with the same tag name as the token, this is a <span>parse error</span>;
+    element</span> with the same tag name as the token, this is a <span>parse error</span>;
     ignore the token.</p>
 
     <!-- fake <tr> -->
@@ -103523,7 +103523,7 @@
 
     <p>If the <span>stack of open elements</span> does not <span data-x="has an element in table
     scope">have an element in table scope</span> that is an <span data-x="HTML elements">HTML
-    element</span> and with the same tag name as that of the token, then this is a <span>parse
+    element</span> with the same tag name as that of the token, then this is a <span>parse
     error</span>; ignore the token.</p>
 
     <p>Otherwise:</p>
@@ -103569,7 +103569,7 @@
 
     <p>If the <span>stack of open elements</span> does not <span data-x="has an element in table
     scope">have an element in table scope</span> that is an <span data-x="HTML elements">HTML
-    element</span> and with the same tag name as that of the token, then this is a <span>parse
+    element</span> with the same tag name as that of the token, then this is a <span>parse
     error</span>; ignore the token.</p>
 
     <p>Otherwise, <span>close the cell</span> (see below) and reprocess the token.</p>
@@ -103815,7 +103815,7 @@
 
     <p>If the <span>stack of open elements</span> does not <span data-x="has an element in table
     scope">have an element in table scope</span> that is an <span data-x="HTML elements">HTML
-    element</span> and with the same tag name as that of the token, then ignore the token.</p>
+    element</span> with the same tag name as that of the token, then ignore the token.</p>
 
     <p>Otherwise:</p>
 



More information about the Commit-Watchers mailing list