Make WordPress Core

Opened 6 years ago

Closed 6 years ago

#47047 closed enhancement (duplicate)

WP_List_Table table headers are missing `aria-sort` property for accessibility

Reported by: dannylonglegs's profile dannylonglegs Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Administration Keywords:
Focuses: accessibility Cc:

Description

An aria-sort property should be added to table headers to inform the screen reader user whether the columns or rows in a grid can be sorted.

Link to code:
https://github.com/WordPress/WordPress/blob/700f891c36df5390cff668e876b07fd20cca8af6/wp-admin/includes/class-wp-list-table.php#L1137

Change History (3)

#1 @chetan200891
6 years ago

  • Focuses accessibility added

#2 @SergeyBiryukov
6 years ago

  • Component changed from General to Administration

#3 @afercia
6 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

@dannylonglegs thanks for your report! This issue is already tracked in #32170. You're very welcome to join and follow the conversation there. Any contribution to help that ticket move on would be greatly appreciated :)

Note: See TracTickets for help on using tickets.