Make WordPress Core

Opened 12 years ago

Closed 11 years ago

Last modified 11 years ago

#31342 closed defect (bug) (fixed)

Collapsable/expandable panels in admin are not accessible

Reported by: bramd Owned by:
Priority: normal Milestone: 4.4
Component: Administration Version:
Severity: normal Keywords:
Cc: Focuses: ui, accessibility

Description

There are various accessibility issues with the collapsable/expandable panels in the admin. This panels can be found on the dashboard and in edit screens for posts/pages/etc:

  • The collapse/expand is clickable, but has no semantic meaning
  • The clickable element to expand/collapse a panel is not keyboard focusable

Suggested fixes:

  • Use an a or button element, or apply an appropriate aria role (however, using of a native element is preferable here)
  • If using an ARIA role, ensure to add tabindex to make it focusable
  • Use the aria-expanded attribute to present the collapsed/expanded status of the panel

Change History (3)

#1 @DrewAPicture
11 years ago

  • Focuses ui added
  • Version trunk

#2 @joedolson
11 years ago

  • Resolutionfixed
  • Status newclosed

Fixed in r33762

#3 @DrewAPicture
11 years ago

  • Milestone Awaiting Review4.4
Note: See TracTickets for help on using tickets.