NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 527 - Allow </rt>, </rp>, </option>, </optgroup> to be omitted in fragment case.
Allow </rt>, </rp>, </option>, </optgroup> to be omitted in fragment case.
Status: NEW
Product: Validator.nu
Classification: Unclassified
Component: HTML parser
HEAD
All All
: P2 normal
Assigned To: Nobody
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-05-27 14:21 CEST by Henri Sivonen
Modified: 2009-11-23 17:17 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henri Sivonen 2009-05-27 14:21:31 CEST
Index: source
===================================================================
--- source	(revision 2805)
+++ source	(revision 2806)
@@ -58622,8 +58622,10 @@
 
     <p>Otherwise, if there is a node in the <span>stack of open
     elements</span> that is not either a <code>dd</code> element, a
-    <code>dt</code> element, an <code>li</code> element, a
-    <code>p</code> element, a <code>tbody</code> element, a
+    <code>dt</code> element, an <code>li</code> element, an
+    <code>optgroup</code> element, an <code>option</code> element, a
+    <code>p</code> element, an <code>rp</code> element, an
+    <code>rt</code> element, a <code>tbody</code> element, a
     <code>td</code> element, a <code>tfoot</code> element, a
     <code>th</code> element, a <code>thead</code> element, a
     <code>tr</code> element, the <code>body</code> element, or the