HTML- WAI-ARIA Roles Flashcards

1
Q

WAI-ARIA meaning

A

Web Accessibility Initiative- Accessible Rich Internet Applications

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

Landmark Roles

A

attributes added to elements

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

1st rule of ARIA

A

Do not use aria roles to re-purpose elements. If there is a native HTML element

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

2nd rule of ARIA

A

Do not change the semantics of a native element

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

3rd rule of ARIA

A

any interactive element must have an equivalent motion using only the keyboard

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

4th rule of ARIA

A

do not use role=”presentation” or aria-hidden=”true” on visible focusable elements like buttons

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

5th rule of ARIA

A

All interactive elements must have an accessible name, such as input fields

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

what does the ARIA role do

A

it overwrites the native semantic value of the native element in the accessibility tree. It does not affect the element visually or behaviours

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