Ticket #3829 (closed bug: fixed)
xhtml + jquery 1.3b2
| Reported by: | cfis | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.3 |
| Component: | unfiled | Version: | 1.2.6 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Line 1387 in beta 2:
div.innerHTML = ' <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param></object>';
This is invalid xhtml, the param parameter is not closed. In Firefox 3, on an xhtml page, this results in:
Error: mismatched tag. Expected: </param>. Source File: Line: 1, Column: 182 Source Code: <div xmlns=" http://www.w3.org/1999/xhtml"> <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a><select><option>text</option></select><object><param></object>
Fix is easy, close the tag.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Fixed in SVN rev [6101].