Skip to content

Instantly share code, notes, and snippets.

@robdodson
Created September 1, 2017 21:56
Show Gist options
  • Save robdodson/fdadfd03295eae0597b97af99bcd3961 to your computer and use it in GitHub Desktop.
Save robdodson/fdadfd03295eae0597b97af99bcd3961 to your computer and use it in GitHub Desktop.
How to enable the experimental DevTools accessibility panel
  1. Go to chrome://flags/#enable-devtools-experiments and click 'Enable'. This will turn on the experiment in your version of Chrome.
  2. Restart Chrome.
  3. Open your DevTools and click the three vertical dots in the top right to open the context menu.
  4. Click on 'Settings'.
  5. Click on the 'Experiments' tab on the left hand side.
  6. Check the box next to 'Accessibility Inspection'.
  7. Close the DevTools, then reopen them.
  8. You're all set! Go inspect an element in the Elements panel and you should see a new 'Accessibility' tab over near the Style inspector.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment