Canvas
Support Solutions
Create Accessible Tables in Canvas
Canvas User Guide: Creating Accessible Tables in the Rich Content Editor
Adding Scope
The scope attributes in a table helps provide context to screen readers. A scope=”col” identifies the header for all the cells in that column, and cells with a scope=”row” identifies the header for all the cells in that row. To add column and row scope to a table created in the Rich Content Editor, first insert a table. Then, to add scope, select the relevant cells of the table. In the Table Menu, select the Cell Properties link.
In Cell properties, set the Cell type to “Header cell” and in the Scope menu, select the Column option.
To set scope for the row, repeat the process, but in the Scope menu, select the Row option.
To view these properties reflected in the Rich Content Editor, switch to the HTML Editor.
Captions
A caption can be used to associate a short description to the table. Captions are not required, but they may be helpful in providing additional context.
Captions provide more context to tables and appear in a row above your table’s content. Keep captions clear and concise.
You can also view captions in the HTML view of the table.