Opened 14 years ago
Closed 14 years ago
#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: | ||
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.
Change History (1)
comment:1 Changed 14 years ago by
Priority: | critical → minor |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in SVN rev [6101].