Table column and/or row scopes not found*

Error Report

No row or column scopes declarations found in headers of the table.

Why Is This Important?

Tables without properly identified scopes can be hard to interpret and navigate for students who rely on text-to-speech or screen reader Links to an external site. programs to convey visual information. When students using these programs come across tables that identify header cells (discussed on the previous page) and use the scope attribute correctly, it is easier to track which row and column a given cell is describing.

This video has edited autocaptions.

Cause of Error

To get this UDOIT result, you will need to have one or more tables in the course that have at least one header cell where the Scope under Cell Properties was not changed to either Row or Column.

Examples

Incorrect Example

Name Age Major
Ricky 24 ENGR
Sue 22 BIOL

Correct Example

Name Age Major
Ricky 24 ENGR
Sue 22 BIOL

In the mobile app, the Hide and Show Code Links are obsolete. We couldn't hide them without removing them from the web browser view.

True Positive

If you built the table in the HTML Editor or if you edited the HTML of a table and set the scope of one or more header cells to scope="column" you will receive this error in UDOIT because you need to have a scope="col" instead of scope="column".

It's a very easy mistake to make, so don't feel bad if you make it.

False Positive

While we would encourage that you do not use a table that has merged or split cells, if you must have them and they are header cells you will need to use the scopes Row group or Column group. However, neither scope will be recognized as acceptable scopes in UDOIT. As such, if these scopes are used correctly, you may ignore this result.

How To Fix It


U FIX IT! Button

Within UDOIT, if you click the U FIX IT! button, you will be provided with a drop menu where you are supposed to select whether the identified header cell is a header for the column (col) or row. Use the View the source of this issue link in the UDOIT report to better determine the appropriate choice. Once you've made your choice, click the Submit button and UDOIT will apply the changes.

While we discourage the use of complex tables which have split and merged cells, if you have a table that must use them, you will need to follow the Rich Content Editor directions to apply the Column group and/or Row group scopes.

Return to Top of Tabbed Panel


Last Updated January 2017.
Clemson Online