Opened 12 years ago
Closed 12 years ago
#10571 closed bug (duplicate)
minor fix, to make jquery xml conform again
Reported by: | 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
Component: | unfiled → support |
---|---|
Priority: | undecided → high |
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This has been fixed, please update to the latest version of jQuery
https://github.com/jquery/jquery/blob/master/src/support.js#L28