- From: poot <cvsmail@w3.org>
- Date: Fri, 13 Feb 2009 11:03:06 +0900 (JST)
- To: public-html-diffs@w3.org
Allow </rt>, </rp>, </option>, </optgroup> to be omitted in fragment case. (whatwg r2806) 8.2.5.10 The "in body" insertion mode http://people.w3.org/mike/diffs/html5/spec/Overview.1.1977.html#parsing-main-inbody http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1976&r2=1.1977&f=h http://html5.org/tools/web-apps-tracker?from=2805&to=2806 =================================================================== 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 02:03:43 UTC