Opened 13 years ago
Closed 13 years ago
#5848 closed defect (fixed)
soria/nihilo no focus indication on tabs and accordian containers
Reported by: | nonken | Owned by: | nonken |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | General | Version: | 1.0 |
Keywords: | soria, nihilo, focus | Cc: | |
Blocked By: | Blocking: |
Description
Both soria and nihilo have a :focus { -moz-outline-style: none; } which should not be there
Change History (3)
comment:1 Changed 13 years ago by
Status: | new → assigned |
---|
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
i think that
:focus { -moz-outline-style: none; }
is there on-purpose to make it look prettier (at the cost of a11y). Idea was to have some other way to show focus, like an underline or bold. Of course that brings up all sorts of philosophical issues like whether or not the user will realize what underline means (it typically means "this is a link").IIRC we only guaranteed a11y for tundra, although it would definitely be nice to have it for the other themes too.
I don't care personally though.