Application Accessibility Concepts Flashcards

1
Q

What are the 4 key attributes an element can be assigned

A

Role
Label/Name
State
Hint

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

Explain the role attribute

A

This allows a screen reader to announce the type of element (for example button).

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

Explain the name/label attribute

A

Allows a screen reader to announce what the purpose of the element is. Any custom string.

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

Explain the state attribute

A

This allows a screen reader to announce to the user that the element is in a specific state - for example whether it’s disabled.

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

Explain the hint attribute

A

This allows a screen reader to announce to a user what will happen when the element is used. For example “This link will navigate you to the home screen”.

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

What is the purpose of accessibility attributes?

A

It allows blind users to use the application, as a screen-reader will announce these attributes to a user.

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