Bug Tracker

Opened 12 years ago

Closed 12 years ago

#10571 closed bug (duplicate)

minor fix, to make jquery xml conform again

Reported by: lohmann.andre@… Owned by:
Priority: high Milestone: None
Component: support Version: 1.6.3
Keywords: Cc:
Blocked by: Blocking:

Description

There is a small line inside JQuery 1.6.3 which reads the following <a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type=checkbox>

the unquoted checkbox breaks some rare CEHTML / TVSET Browsers because unquoted Attributes are not XML Conform.

Changing the Line to <a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type='checkbox'> simply helps

Change History (1)

comment:1 Changed 12 years ago by Rick Waldron

Component: unfiledsupport
Priority: undecidedhigh
Resolution: duplicate
Status: newclosed

This has been fixed, please update to the latest version of jQuery

https://github.com/jquery/jquery/blob/master/src/support.js#L28

Note: See TracTickets for help on using tickets.