Universal design for the web - Dynamic JavaScript Flashcards

1
Q

What is the purpose of ARIA in web accessibility? (A) To style HTML elements (B) To make dynamic content accessible to screen readers (C) To enhance SEO (D) To reduce web page loading times

A

(B) To make dynamic content accessible to screen readers

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

True or False: ARIA markup can be inserted in HTML to announce dynamic changes to screen readers.

A

True

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

Why is controlling keyboard focus important in interactive JavaScript? (A) It ensures that screen readers announce dynamic changes (B) It keeps the user from losing track of the page’s main content (C) It allows keyboard users to interact with widgets properly (D) It simplifies JavaScript code

A

(C) It allows keyboard users to interact with widgets properly

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

True or False: Without careful planning, keyboard users may not be able to use complex JavaScript widgets.

A

True

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