[html5] r2806 - [ct] (0) Allow </rt>, </rp>, </option>, </optgroup> to be omitted in fragment case.

whatwg at whatwg.org whatwg at whatwg.org
Thu Feb 12 17:59:22 PST 2009


Author: ianh
Date: 2009-02-12 17:59:21 -0800 (Thu, 12 Feb 2009)
New Revision: 2806

Modified:
   index
   source
Log:
[ct] (0) Allow </rt>, </rp>, </option>, </optgroup> to be omitted in fragment case.

Modified: index
===================================================================
--- index	2009-02-13 01:37:39 UTC (rev 2805)
+++ index	2009-02-13 01:59:21 UTC (rev 2806)
@@ -54839,8 +54839,10 @@
 
     <p>Otherwise, if there is a node in the <a href=#stack-of-open-elements>stack of open
     elements</a> that is not either a <code><a href=#the-dd-element>dd</a></code> element, a
-    <code><a href=#the-dt-element>dt</a></code> element, an <code><a href=#the-li-element>li</a></code> element, a
-    <code><a href=#the-p-element>p</a></code> element, a <code><a href=#the-tbody-element>tbody</a></code> element, a
+    <code><a href=#the-dt-element>dt</a></code> element, an <code><a href=#the-li-element>li</a></code> element, an
+    <code><a href=#the-optgroup-element>optgroup</a></code> element, an <code><a href=#the-option-element>option</a></code> element, a
+    <code><a href=#the-p-element>p</a></code> element, an <code><a href=#the-rp-element>rp</a></code> element, an
+    <code><a href=#the-rt-element>rt</a></code> element, a <code><a href=#the-tbody-element>tbody</a></code> element, a
     <code><a href=#the-td-element>td</a></code> element, a <code><a href=#the-tfoot-element>tfoot</a></code> element, a
     <code><a href=#the-th-element>th</a></code> element, a <code><a href=#the-thead-element>thead</a></code> element, a
     <code><a href=#the-tr-element>tr</a></code> element, the <code><a href=#the-body-element>body</a></code> element, or the

Modified: source
===================================================================
--- source	2009-02-13 01:37:39 UTC (rev 2805)
+++ source	2009-02-13 01:59:21 UTC (rev 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




More information about the Commit-Watchers mailing list