Opened 12 years ago
Closed 11 years ago
#6683 closed bug (worksforme)
CSS: Review uses of .ui-helper-hidden-accessible
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.9.0 |
Component: | [meta] ui.dev | Version: | 1.8.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Review all uses of .ui-helper-hidden-accessible to ensure correctness. In general, when using ARIA, display: none should work.
Change History (2)
comment:1 Changed 12 years ago by
Priority: | minor → major |
---|---|
Status: | new → open |
comment:2 Changed 11 years ago by
Resolution: | → worksforme |
---|---|
Status: | open → closed |
Note: See
TracTickets for help on using
tickets.
We're only using this in autocomplete (properly) and button (sort of properly; button's accessibility is messed up because we double up on button roles).