The <script> tag is incorrectly handled when the script tag is an
empty element, as in:
<script type="text/javascript" src="file.js" />
If something follows the closed script tag, the tokenizer incorrectly
treats the content as child elements of the script tag.
The tokenizer should treat the script element as closed, such as:
<script type="text/javascript" src="file.js" > </script>
Nobody/Anonymous
None
None
Public
|
Date: 2009-11-05 23:57 This patch should have been applied ages ago - I just found this same |
|
Date: 2008-08-05 17:38
|
| Filename | Description | Download |
|---|---|---|
| HtmlTokenizer.java.patch | HtmlTokenizer.java patch for empty script handling | Download |
| Field | Old Value | Date | By |
|---|---|---|---|
| File Added | 287056: HtmlTokenizer.java.patch | 2008-08-04 20:49 | barberboy |