Friday, January 19, 2018

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.

For aria-live, autocomplete suggests:

  • off
  • polite
  • assertive

If you have any troubles viewing this animated gif, check out: umaar.com/dev-tips/163-accessibility-debugging
Manifold (Sponsor)
Tweet
Share
+1
Email Marketing Powered by MailChimp

Copyright © 2018 Umar, All rights reserved.
You are receiving this email because you signed up for Dev Tips.

unsubscribe from this list    update subscription preferences 

No comments:

Post a Comment