Side navigation
#3829 closed bug (fixed)
Opened January 12, 2009 05:38PM UTC
Closed January 13, 2009 03:08PM UTC
xhtml + jquery 1.3b2
Reported by: | cfis | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.3 |
Component: | unfiled | Version: | 1.2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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.
Attachments (0)
Change History (1)
Changed January 13, 2009 03:08PM UTC by comment:1
priority: | critical → minor |
---|---|
resolution: | → fixed |
status: | new → closed |
Fixed in SVN rev [6101].