Bug Tracker

Modify

Ticket #3829 (closed bug: fixed)

Opened 4 years ago

Last modified 4 years ago

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

comment:1 Changed 4 years ago by john

  • Priority changed from critical to minor
  • Status changed from new to closed
  • Resolution set to fixed

Fixed in SVN rev [6101].

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.