html5/spec Overview.html,1.1976,1.1977

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv4674

Modified Files:
	Overview.html 
Log Message:
Allow </rt>, </rp>, </option>, </optgroup> to be omitted in fragment case. (whatwg r2806)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1976
retrieving revision 1.1977
diff -u -d -r1.1976 -r1.1977
--- Overview.html	13 Feb 2009 01:37:44 -0000	1.1976
+++ Overview.html	13 Feb 2009 01:59:26 -0000	1.1977
@@ -54834,8 +54834,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

Received on Friday, 13 February 2009 01:59:43 UTC