Microsoft
70-481 · Question #121
You are developing a Windows Store app by using HTML5. The app will be optimized for accessibility. The app must meet the following accessibility requirements: - Provide support for navigating all…
The correct answer is A. Set the tabIndex attribute for interactive elements. B. Set the aria-live attribute of user interface elements to polite for important content that. See the full explanation below for the reasoning.
Question
You are developing a Windows Store app by using HTML5. The app will be optimized for accessibility. The app must meet the following accessibility requirements:
- Provide support for navigating all user interface elements.
- Provide support for invoking default functionality on the user
interface.
- Provide support for use of a computer keyboard.
You need to ensure that the app meets the accessibility requirements. Which actions should you perform? (Each correct answer presents part of the solution. Choose all that apply.)
Options
- ASet the tabIndex attribute for interactive elements.
- BSet the aria-live attribute of user interface elements to polite for important content that
- CEnsure that visible text has a minimum luminosity contrast ratio of 1:1 against the background.
- DImplement event handlers for invoking default functionality.
How the community answered
(22 responses)- A82% (18)
- C14% (3)
- D5% (1)
Community Discussion
No community discussion yet for this question.