[html5] r2500 - [ct] (0) Support <script> in <select>/<optgroup>/<option>.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Dec 1 18:00:17 PST 2008
Author: ianh
Date: 2008-12-01 18:00:16 -0800 (Mon, 01 Dec 2008)
New Revision: 2500
Modified:
index
source
Log:
[ct] (0) Support <script> in <select>/<optgroup>/<option>.
Modified: index
===================================================================
--- index 2008-12-01 23:52:15 UTC (rev 2499)
+++ index 2008-12-02 02:00:16 UTC (rev 2500)
@@ -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-—-date:-01-jan-1901>Draft Recommendation — 1 December 2008</h2>
+ <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 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>
@@ -50257,6 +50257,12 @@
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>
Modified: source
===================================================================
--- source 2008-12-01 23:52:15 UTC (rev 2499)
+++ source 2008-12-02 02:00:16 UTC (rev 2500)
@@ -57207,6 +57207,13 @@
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>
More information about the Commit-Watchers
mailing list