NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 133 - Let <style> and <script> stay in <table> elements.
Let <style> and <script> stay in <table> elements.
Status: RESOLVED FIXED
Product: Validator.nu
Classification: Unclassified
Component: HTML parser
HEAD
All All
: P2 normal
Assigned To: Henri Sivonen
http://svn.whatwg.org/webapps/source?...
: 134 (view as bug list)
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-03-04 11:21 CET by Nobody
Modified: 2008-03-07 17:01 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nobody 2008-03-04 11:21:12 CET
Index: source
===================================================================
--- source	(revision 1334)
+++ source	(revision 1335)
@@ -40224,8 +40224,18 @@
     <p><span>Parse error</span>. Ignore the token.</p>
    </dd>
 
-   <dt>A start tag whose tag name is "input"</dt>
+   <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",
Comment 1 Henri Sivonen 2008-03-06 13:00:20 CET
*** Bug 134 has been marked as a duplicate of this bug. ***