Opened 9 years ago
Closed 8 years ago
#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: | ||
Blocked by: | Blocking: |
Description
See http://jsfiddle.net/skaRW/9/
IE 9 fails the test while Chrome and Firefox pass it.
Change History (3)
comment:1 Changed 9 years ago by
Component: | unfiled → selector |
---|---|
Priority: | undecided → low |
Status: | new → open |
comment:3 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | open → closed |
This isn't something that we're going to focus on: http://docs.jquery.com/Won%27t_Fix
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.