HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/6215

SVNBugCommentTime (UTC)
621512935[Gecko] [Internet Explorer] [Opera] [Webkit] Remove some error-handling parsing behaviour near <ruby> elements, for forwards-compatibility.2011-06-13 19:32
Index: source
===================================================================
--- source	(revision 6214)
+++ source	(revision 6215)
@@ -99744,10 +99744,7 @@
     element in scope">has a <code>ruby</code> element in scope</span>,
     then <span>generate implied end tags</span>. If the <span>current
     node</span> is not then a <code>ruby</code> element, this is a
-    <span>parse error</span>; pop all the nodes from the <span>current
-    node</span> up to the node immediately before the bottommost
-    <code>ruby</code> element on the <span>stack of open
-    elements</span>.</p>
+    <span>parse error</span>.</p>
 
     <p><span>Insert an HTML element</span> for the token.</p>
 

|