Bugzilla – Bug 133
Let <style> and <script> stay in <table> elements.
Last modified: 2008-03-07 17:01:42 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",
*** Bug 134 has been marked as a duplicate of this bug. ***