Accessible Tables Flashcards
What do we use <th> cells?
Use the <th> cells to give a column or a row a heading, a name. This text is repeated along with the content of each data cell <td>.
Use the <th> cells to give a column or a row a heading, a name. This text is repeated along with the content of each data cell <td>.
A. True
B. False
True
https://www.a11y-collective.com/courses/accessible-code/lessons/navigation-2/topics/navigate-data-tables/
What is the difference between a caption and a summary?
A caption is like an alt text for an image, it briefly describes the content of the table. In a summary you can explain the structure of a table. So the two elements serve a different goal.
Screen readers can announce the correlation between header cells <th> and data cells </td>.
A. True
B. False
A. True
https://www.a11y-collective.com/courses/accessible-code/lessons/navigation-2/topics/navigate-data-tables/
When is scope used?
Scope is used to indicate the relation between a <th> and the row or column associated with it.