[html5] r1335 - /
whatwg at whatwg.org
whatwg at whatwg.org
Mon Mar 3 23:31:19 PST 2008
Author: ianh
Date: 2008-03-03 23:31:15 -0800 (Mon, 03 Mar 2008)
New Revision: 1335
Modified:
index
source
Log:
[act] (2) Let <style> and <script> stay in <table> elements.
Modified: index
===================================================================
--- index 2008-03-04 07:25:17 UTC (rev 1334)
+++ index 2008-03-04 07:31:15 UTC (rev 1335)
@@ -43001,6 +43001,16 @@
<dd>
<p><a href="#parse0">Parse error</a>. Ignore the token.</p>
+ <dt>A start tag whose tag name is one of: "style", "script"
+
+ <dd>
+ <p>If the <a href="#current5">current table</a> is <a
+ href="#tainted">tainted</a> then act as described in the "anything else"
+ entry below.</p>
+
+ <p>Otherwise, <a href="#insert0">insert an HTML element</a> for the
+ token.</p>
+
<dt>A start tag whose tag name is "input"
<dd>
Modified: source
===================================================================
--- source 2008-03-04 07:25:17 UTC (rev 1334)
+++ source 2008-03-04 07:31:15 UTC (rev 1335)
@@ -40224,8 +40224,18 @@
<p><span>Parse error</span>. Ignore the token.</p>
</dd>
+ <dt>A start tag whose tag name is one of: "style", "script"</dt>
+ <dd>
+
+ <p>If the <span>current table</span> is <span>tainted</span> then
+ act as described in the "anything else" entry below.</p>
+
+ <p>Otherwise, <span>insert an HTML element</span> for the
+ token.</p>
+
+ </dd>
+
<dt>A start tag whose tag name is "input"</dt>
-
<dd>
<p>If the token does not have an attribute with the name "type",
More information about the Commit-Watchers
mailing list