Section 4.4: Evaluation approaches
Evaluating accessible data tables
Now that you have your data tables, you want to determine if they comply with accessibility guidelines.
Evaluation Issues for Data Tables
For each data table on the page, you should ask:
- Is a summary needed? If so, is it provided?
- Is any additional description necessary to understand the table, either on the page or as link to a longer description?
- Does each table have a meaningful title next to the table or should a caption be used?
- Are all row headers marked?
- Are all column headers marked?
- If it is a complex table, are there unique
idattributes associated with each header, and corresponding headers associated with each data cell (tdelement)?
Tools for Evaluating Data Tables
There are tools that can be used to identify whether a table has the appropriate markup. However, the need for a summary or other description as well as the appropriateness of the summary and description will require your judgment.
To use an automated tool, you can do either of the following:
- If you use Internet Explorer, Download and install the Accessibility Toolbar at www.visionaustralia.org.au/ais/toolbar.
Read Accessibility toolbar set-up directions.
This toolbar offers some different options for checking tables when the table is open in your IE browser.
- In the Accessibility Toolbar, there is a button called Structure.
- From the choices in the Structures menu, you can select "Simple Data Table" or "Complex Data Table". The page changes to show your page with the Table codes labeled.
- In the results you are looking for information about a
captionandsummaryif there are any and if you think they are needed. - Look for whether all the headers in both columns and rows are marked.
It will show a
thif table headers are marked with the column headers and row headers. - For simple data tables the tool looks for
scopeattributes and for Complex data tables it looks forscope,headerandidattributes.

OR - For Internet Explorer or Firefox, download and install the RampWeb Section 508 Toolbar www.rampweb.com/Accessibility_Resources/Section508/download.asp
Read RampWeb toolbar set-up directions.
With the table open in your browser:
- In the RampWeb Toolbar, select the button "Section 508 tests". Then there is a button called "Structure." Select the right side to dropdown the options
- From the choices move to "Structure", then "Tables", and then "Show Table headers". The page changes to show your page with the Table codes labeled.
- In the results you are looking for information about a
captionandsummaryif there are any and if you think they are needed. - Look for whether the headers in both columns and rows that should be marked are marked.
It will show a
thif table headers are marked with the column headers and row headers. - In many cases, for a Simple data table you look for
scopeattributes, and for Complex data tables, you look forheaderandidattributes. Theheaderandidattributes can be used for either kind of table but chances are that a Complex table will need both attributes because you have to be more specific about associating a data cell with particular headers.

Activity 4: Evaluating the Accessibility of Data Tables
Use the tools discussed to evaluate some tables. See if you can determine if they have some accessibility concerns.
Question 1
Evaluate the Study Stack's Sociology Chapter 7 table of terms. 
All of the above. The table does not have its 2 headers marked as headers. Text separates the title from the table so a caption is needed, and a summary would likely be beneficial to explain the purpose of this table as a study tool.
Question 2
Evaluate the Separation of Checks and Balances table
from UT Austin's American Politics site.
This could be a tricky issue based on the interpretation of the content in the first column. Columns 3-4 have their headers marked. However, the information in column 1, rows 2 & 3 seems to function as a row header to its corresponding row. The content provider will likely be the best to interpret when the content of a data cell is information or associated with other data cells. In this case, if the first cell in the row is supposed to function as a row header, then it should be marked as a th.
Question 3
Evaluate the table from the US Census Bureau on The Black Alone and White Alone Population in the United States: 2004. 
This table is quite complex and has correctly marked up headers. The title of the table is located close to the data and seems to be an informative title. To be very thorough a summary could be added to explain the organization of the table in terms of using number and percent for each group and increasing ages as the user moves from top to bottom of the table.