Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Releases: googlearchive/accessibility-developer-tools-extension

2 new rules, removing console spam, minor tweaks, new settings page

13 Nov 00:42
Compare
Choose a tag to compare

New in this version:

  • Two new audit rules ("An element's ID must not be present in more that one aria-owns attribute at any time" and "Avoid positive integer values for tabIndex")
  • Generalized "aria-labelledby attributes should refer to an element which exists in the DOM" to "ARIA attributes which refer to other elements by ID should refer to elements which exist in the DOM"
  • Improved logic for “The purpose of each link should be clear from the link text”
  • New-style settings page available in Chrome M40 and higher
  • Fixed annoying "axs is not defined" spam in console.

Minor bugfix release

21 May 17:37
Compare
Choose a tag to compare

Fixes issue with sidebar not working on pages/frames with URIs which have fragments.

Support Shadow DOM

28 Apr 21:35
Compare
Choose a tag to compare

Other improvements:

  • Limit number of results per audit rule to 100
  • Add 'Focus' properties in sidebar pane

v2.8.0: Merge pull request #5 from alice/master

12 Sep 15:36
Compare
Choose a tag to compare
Request extensions prefs via the background page