WP-API / new-list-tables

An experiment in re-writing the post list screen using the REST API.
GNU General Public License v2.0
71 stars 17 forks source link

Table headers should have a scope="col" attribute #2

Closed afercia closed 7 years ago

afercia commented 7 years ago

All the table headers, except the first one (see #1) should have a scope="col" attribute.

screen shot 2017-06-03 at 17 05 33

This will ensure assistive technologies will establish a proper relationship between the header and the cells in the column. Screen readers would then announce the header content when navigating through the table cells, giving users a useful contextual information.