Modify ↓
Ticket #11867 (closed bug: invalid)
Attribute Selector Looses Case Sensitivity In IE8
| Reported by: | moore.alex@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | selector | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I'm not sure if this is a bug or feature but I couldn't find anything pointing to either.
Working Example: http://jsfiddle.net/8LSYk/5/
In Chrome / IE9, the div is red, and the input is green.
In IE8 though, the $('[name="myControl"]') selector selects both the <span name="myControl"> and <input name="MyControl" ...> elements, and makes them red.
Is IE8 case insensitive somehow or could this be a bug?
Thanks, Alex
Change History
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.

Attribute names in HTML are case insensitive.