Multi-Device Accessibility
Stay organized with collections
Save and categorize content based on your preferences.
Users will be accessing your sites and services from a multitude of devices with a wide range of different accessibility requirements. By using the correct semantic elements and correct ARIA roles you help give the browser and assistive technology a much improved understanding of your page.
Slides: Multi-device Accessibility
Key ways to understand and address a11y issues
- Ensure you have a good keyboard-only user experience
- Express the semantics of your interface with correct element choice and ARIA
- Use ChromeVox on desktop and TalkBack on Android to test.
- Try the Accessibility Developer Tools Chrome extension
- A more diverse audience is getting online, which further amplifies the need of making your sites accessible
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-06 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-06 UTC."],[[["Websites and services need to be accessible across various devices and for users with diverse accessibility needs."],["Using proper semantic HTML elements and ARIA roles improves browser and assistive technology comprehension of web pages, enhancing accessibility."],["Developers should ensure keyboard-only navigation is seamless and test accessibility using tools like ChromeVox and TalkBack."]]],["Semantic elements and ARIA roles should be used to enhance browser and assistive technology understanding of web pages, accommodating diverse user accessibility needs across multiple devices. Key actions include ensuring keyboard-only user experience, employing correct element choices, and testing with ChromeVox and TalkBack. The Accessibility Developer Tools Chrome extension is recommended. The increasing diversity of the online audience emphasizes the importance of site accessibility.\n"]]