Skip to content

Commit

Permalink
Make option/optgroup not create nodes in body insertion mode
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@83 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 14, 2006
1 parent b0c4471 commit 9cfbae0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
11 changes: 3 additions & 8 deletions index
Expand Up @@ -24,7 +24,7 @@

<h1 id="web-applications">Web Applications 1.0</h1>

<h2 class="no-num no-toc" id="working">Working Draft &mdash; 13 July 2006</h2>
<h2 class="no-num no-toc" id="working">Working Draft &mdash; 14 July 2006</h2>

<p>You can take part in this work. <a
href="http://www.whatwg.org/mailing-list">Join the working group's
Expand Down Expand Up @@ -19870,12 +19870,6 @@ function receiver(e) {
as if the <span><a href="#insertion">insertion mode</a></span> had
been "in head".</p>

<dt>A start tag token whose tag name is one of: "head", "frameset",
"frame"

<dd>
<p><span><a href="#parse">Parse error</a></span>. Ignore the token.</p>

<dt>A start tag token with the tag name "body"

<dd>
Expand Down Expand Up @@ -20656,7 +20650,8 @@ function receiver(e) {
-->

<dt>A start or end tag whose tag name is one of: "caption", "col",
"colgroup", "tbody", "td", "tfoot", "th", "thead", "tr"
"colgroup", "frame", "frameset", "head", "option", "optgroup",
"tbody", "td", "tfoot", "th", "thead", "tr"

<dt>An end tag whose tag name is one of: "area", "basefont",
"bgsound", <!--XXX quirks: remove br-->"br", "embed", "hr", "iframe",
Expand Down
9 changes: 2 additions & 7 deletions source
Expand Up @@ -17975,11 +17975,6 @@ function receiver(e) {
<span>insertion mode</span> had been "in head".</p>
</dd>

<dt>A start tag token whose tag name is one of: "head", "frameset", "frame"</dt>
<dd>
<p><span>Parse error</span>. Ignore the token.</p>
</dd>

<dt>A start tag token with the tag name "body"</dt>
<dd>
<p><span>Parse error</span>.</p>
Expand Down Expand Up @@ -18741,8 +18736,8 @@ function receiver(e) {
-->

<dt>A start or end tag whose tag name is one of: "caption",
"col", "colgroup", "tbody", "td", "tfoot", "th", "thead",
"tr"</dt>
"col", "colgroup", "frame", "frameset", "head", "option",
"optgroup", "tbody", "td", "tfoot", "th", "thead", "tr"</dt>
<dt>An end tag whose tag name is one of: "area", "basefont",
"bgsound", <!--XXX quirks: remove br-->"br", "embed", "hr",
"iframe", "image", "img", "input", "isindex", "noembed",
Expand Down

0 comments on commit 9cfbae0

Please sign in to comment.