Accessible Tables Flashcards

1
Q

What do we use <th> cells?

A

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>.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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

A

True

https://www.a11y-collective.com/courses/accessible-code/lessons/navigation-2/topics/navigate-data-tables/

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the difference between a caption and a summary?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Screen readers can announce the correlation between header cells <th> and data cells </td>.

A. True
B. False

A

A. True

https://www.a11y-collective.com/courses/accessible-code/lessons/navigation-2/topics/navigate-data-tables/

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

When is scope used?

A

Scope is used to indicate the relation between a <th> and the row or column associated with it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly