Navigation: Data Tables
Dialog Box
Data Tables
- This list itemizes all
tableelements on the page. - Selecting an item in the list, by clicking on the item or by using the arrow keys, populates Selected Table and Active Cell, and highlights in the broswer the first cell of the first row of the selected table.
- Selecting an item with cream background, by clicking on the item or by using the arrow keys, displays todo statement in the Accessibility Information area.
- Column
- Order (hidden) - the sequence in which the items appear on the page is displayed.
- Title - The Extension follows the hierarchy listed below to look for content to display as the title for each identified navigation bar. The Accessibility Extension moves down the hierarchy until it finds the non-empty content.
- the
titleattribute of thetableelement - the text content of
captionelement enclosed by thetableelement - or the message table #: (no title) is displayed.
- the
Selected Table
- Summary - This is populated when an item from the Data Tables box is selected. The
summaryattribute of thetableelement is displayed. If atableelement does not have asummaryattribute, the message (none) is displayed.
Active Cell
- As the user navigates the cells in the selected data table using Data Table Navigation Buttons, information pertaining to the cell in focus is displayed in Active Cell box.
- Cell type
- Header Cell if
thelement; - or Data Cell if
tdelement is selected.
- Header Cell if
- Headers
- If the selected cell is a header cell, Headers display is left blank.
- If the selected cell is a data cell, Headers display is populated with the information pertaining to the header cell associated with the selected data cell.
- Column
- Type - The attribute of
tdelement that identifies the source of the header cell being displayed. If multiple attributes are used at the same time, all source types for each attribute is displayed. Possible values are:- ID if
idattribute; - row if
rowattribute; - and col if
colattribute.
- ID if
- Text - The text content of the header cell associated with the data cell in focus is displayed.
- Type - The attribute of
- Content
- The text content of the selected
tdelement is displayed.
- The text content of the selected
Data Table Navigation Buttons
Once a table element is selected from the Data Tables list and the first cell highlighted, the following buttons are activated and can be used to nagivate to cells within the selected table. As the user navigates to different cells, the cell in focus is highlighted. The information pertaining to the cell is displayed in Active Cell. If the cell in focus is a data cell, the header cell associated with the data cell is colored green. The green shade is added each time the header cell is identified by the data cell; for example, if a data cell has all three of ID, row, and col attributes then the corresponding header cells will be shaded three times, resulting in a stronger green coloring.
- Left
- Right
- Up
- Down
Accessibility Information
- Missing or empty summary attribute on table tag.
- Data tables should utilize thead and/or th elements.
Buttons
- View Summary - opens a new browser window and displays the contents of the dialog box in the new browser window, allowing the user to see/print the entire data set.
- Close Window - closes the dialog box.
