Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.3.0
-
Technology Used: NVDA (ver. 2016.1), Firefox (ver. 48.0.2) on Windows 10 PC
Description
Problem:
The definition is read as four columns but the fourth column (containing the Actions dropdowns) has no column header to let the screen reader user know what is in that column.
Solution:
Add column heading text to the <th> statement as shown below
Note that this text can be hidden from the visual user using CSS (See page 7 for the proper way to hide text with CSS)
<th class="sorted">Entity name</th>
<th data-hide="phone">Membership</th>
<th style="width:100px;" class=”hidden”>Choose action</th>