Dev Tips: DevTools: Built-in Accessibility Debugging from the Elements Panel
Dev Tips
DevTools: Built-in Accessibility Debugging from the Elements Panel
The built-in DevTools Accessibility Pane is now enabled by default, without needing to enable experiments (currently in Canary).
Use the Accessibility Inspector to understand what accessibility related properties your inspected elements contain. For example, you can extract:
Computed Text
Aria labels
Roles
Form criteria
For ARIA property values you may not be familar with, e.g. for those applicable to aria-live or aria-sort, you can rely on the autocomplete functionality within the Accessibility Inspector.
No comments:
Post a Comment