#7408 closed bug (duplicate)
Attribute selector in "is" not working in firefox
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | attributes | Version: | 1.4.4rc |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Should be true in Firefox, works in other browsers and in Firefox for 1.4.2.
Change History (4)
comment:2 Changed 12 years ago by
Thanks, that helps. I guess I've just got into the habit of not using quotes coming from working with css where it appears to be optional in the standard, and until now has worked fine in jquery.
http://www.w3.org/TR/CSS2/selector.html#attribute-selectors
This bug can probably be marked as invalid.
comment:3 Changed 12 years ago by
Component: | unfiled → attributes |
---|---|
Priority: | undecided → high |
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The documentation for attribute-selectors says:
So if you do that and change your test accordingly to use quotation marks around the attribute value it works in all browsers.
test case