[html5] r8004 - [e] (0) Typo in parser Affected topics: HTML Syntax and Parsing

whatwg at whatwg.org whatwg at whatwg.org
Mon Jul 1 15:29:10 PDT 2013


Author: ianh
Date: 2013-07-01 15:29:08 -0700 (Mon, 01 Jul 2013)
New Revision: 8004

Modified:
   complete.html
   index
   source
Log:
[e] (0) Typo in parser
Affected topics: HTML Syntax and Parsing

Modified: complete.html
===================================================================
--- complete.html	2013-07-01 22:19:29 UTC (rev 8003)
+++ complete.html	2013-07-01 22:29:08 UTC (rev 8004)
@@ -92585,7 +92585,7 @@
     <p>Otherwise, this is a <a href=#parse-error>parse error</a>.</p>
 
     <!-- fake </template> -->
-    <p>Pop elements from the <a href=#stack-of-open-elements>stack of open elements</a> until a <code>templtae</code> element has been popped from the stack.</p>
+    <p>Pop elements from the <a href=#stack-of-open-elements>stack of open elements</a> until a <code><a href=#the-template-element>template</a></code> element has been popped from the stack.</p>
 
     <p><a href=#clear-the-list-of-active-formatting-elements-up-to-the-last-marker>Clear the list of active formatting elements up to the last marker</a>.</p>
 

Modified: index
===================================================================
--- index	2013-07-01 22:19:29 UTC (rev 8003)
+++ index	2013-07-01 22:29:08 UTC (rev 8004)
@@ -92585,7 +92585,7 @@
     <p>Otherwise, this is a <a href=#parse-error>parse error</a>.</p>
 
     <!-- fake </template> -->
-    <p>Pop elements from the <a href=#stack-of-open-elements>stack of open elements</a> until a <code>templtae</code> element has been popped from the stack.</p>
+    <p>Pop elements from the <a href=#stack-of-open-elements>stack of open elements</a> until a <code><a href=#the-template-element>template</a></code> element has been popped from the stack.</p>
 
     <p><a href=#clear-the-list-of-active-formatting-elements-up-to-the-last-marker>Clear the list of active formatting elements up to the last marker</a>.</p>
 

Modified: source
===================================================================
--- source	2013-07-01 22:19:29 UTC (rev 8003)
+++ source	2013-07-01 22:29:08 UTC (rev 8004)
@@ -103407,7 +103407,7 @@
     <p>Otherwise, this is a <span>parse error</span>.</p>
 
     <!-- fake </template> -->
-    <p>Pop elements from the <span>stack of open elements</span> until a <code>templtae</code> element has been popped from the stack.</p>
+    <p>Pop elements from the <span>stack of open elements</span> until a <code>template</code> element has been popped from the stack.</p>
 
     <p><span>Clear the list of active formatting elements up to the last marker</span>.</p>
 




More information about the Commit-Watchers mailing list