Skip to content

Oct 07, 2020

Compare
Choose a tag to compare
@tombrunet tombrunet released this 07 Oct 20:39
· 4298 commits to master since this release

Highlights...

Browser extension:

  • Adds a new 'focused' view, which allows the Elements subpanel to only display issues related to the element selected in the Elements main panel. See the user guide for more information
  • Help files and 'auditor' main panel are redesigned to improve reading order

Engine & Rules, new archive 07Oct2020 created:

  • Adds support for ARIA Graphics roles
  • Reduces same foreground and background color to a "Potential Violation"/"Needs Review". These have been seen for text that animates into view
  • Removed violations for inputs that define accessible name via title since the browsers support this
  • Only trigger color review notifications due to external CSS stylesheets once per page
  • Ignore sensory text that occurs outside of the body

cypress-accessibility-checker:

  • No longer a wrapper for accessibility-checker, but rather a first-class, in-context checker for Cypress
  • Modified methods to align better with other tools

accessibility-checker:

  • Updated puppeteer version to deal with crash issues
  • Added a boilerplate to show scripted batch scanning
  • Add support for parallel URL scanning

karma-accessibility-checker:

  • Added missing boilerplates
  • Fix to only output requested report types