Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ct] (0) Support <script> in <select>/<optgroup>/<option>.
git-svn-id: http://svn.whatwg.org/webapps@2500 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 2, 2008
1 parent 1c87afd commit 0bd7a6a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
8 changes: 7 additions & 1 deletion index
Expand Up @@ -17,7 +17,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML 5</h1>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 1 December 2008</h2>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 2 December 2008</h2>
<p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<dl><dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -50257,6 +50257,12 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
name "select" had been seen, and reprocess the token.</p>
</dd>

<dt>A start tag token whose tag name is "script"</dt>
<dd>
<p>Process the token <a href=#using-the-rules-for>using the rules for</a> the "<a href=#parsing-main-inhead title="insertion mode: in head">in head</a>" <a href=#insertion-mode>insertion
mode</a>.</p>
</dd>

<dt>An end-of-file token</dt>
<dd>

Expand Down
7 changes: 7 additions & 0 deletions source
Expand Up @@ -57207,6 +57207,13 @@ interface <dfn>MessageChannel</dfn> {
name "select" had been seen, and reprocess the token.</p>
</dd>

<dt>A start tag token whose tag name is "script"</dt>
<dd>
<p>Process the token <span>using the rules for</span> the "<span
title="insertion mode: in head">in head</span>" <span>insertion
mode</span>.</p>
</dd>

<dt>An end-of-file token</dt>
<dd>

Expand Down

0 comments on commit 0bd7a6a

Please sign in to comment.