#9027 closed bug (notabug)
:focusable selector in IE
Reported by: | anders | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.core | Version: | 1.10.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The focusable selector is returning true for disabled anchors in IE, but IE does not consider these focusable.
Change History (2)
comment:1 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Unfortunately IE doesn't follow this spec. I guess I'll just have to patch jQuery UI locally.
Note: See
TracTickets for help on using
tickets.
Hi anders,
Thanks for taking the time to contribute to the jQuery UI project.
Adding the
disabled
attribute to a link is not valid HTML. Bad link the first time. Here's the right one http://www.w3.org/html/wg/drafts/html/master/text-level-semantics.html#the-a-element.