Skip to content

Commit

Permalink
[ct] (0) Allow </rt>, </rp>, </option>, </optgroup> to be omitted in …
Browse files Browse the repository at this point in the history
…fragment case.

git-svn-id: http://svn.whatwg.org/webapps@2806 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 13, 2009
1 parent 6fd6e2b commit e75461f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions index
Expand Up @@ -54839,8 +54839,10 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {

<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
Expand Down
6 changes: 4 additions & 2 deletions source
Expand Up @@ -58622,8 +58622,10 @@ interface <dfn>MessageChannel</dfn> {

<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
Expand Down

0 comments on commit e75461f

Please sign in to comment.