Modify ↓
Ticket #9578 (closed bug: wontfix)
[IE] is("[class]") is true on svg elements even when typeof(attr("class))=="undefined"
| Reported by: | winSharp93 | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.next |
| Component: | selector | Version: | 1.6.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
See http://jsfiddle.net/skaRW/9/
IE 9 fails the test while Chrome and Firefox pass it.
Change History
comment:1 Changed 2 years ago by timmywil
- Priority changed from undecided to low
- Status changed from new to open
- Component changed from unfiled to selector
comment:3 Changed 23 months ago by john
- Status changed from open to closed
- Resolution set to wontfix
This isn't something that we're going to focus on: http://docs.jquery.com/Won%27t_Fix
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

I think this has to do with IE9's matchesSelector in sizzle. Not sure it's related to attributes.