Skip to content

WP Accessibility v2.2.0

Choose a tag to compare

@joedolson joedolson released this 31 Aug 21:22
· 53 commits to master since this release

= 2.2.0 =

  • Feature: Option for automatic insertion of play/pause button on autoplay videos without controls.
  • Feature: Automatically pause autoplay videos if prefers-reduced-motion enabled.
  • Change: Refactor all front-end JS to remove jQuery dependency.
  • Change: Design changes to alt text and long description buttons for consistency.
  • Change: Expand focusable element selector list: more thorough, now does not select the a11y toolbar itself.
  • Change: Add design CSS for longdesc link.
  • Change: Omit buttons with role="button" from fake button selector.
  • Change: Keep title attributes on images if they are different from the alt text.
  • Change: Also remove target attributes on URL fragments.
  • Change: Find non-link elements with role="link" and make focusable.
  • Change: Make links using a with role="link" and no href focusable.
  • Change: Add link styles on role="link".
  • Bug Fix: Apply grayscale on html element to prevent shifts in position.
  • Bug Fix: Modernize screen reader text classes.
  • Bug Fix: Change how version number is handled. Automatic updates don't execute activation, so version wasn't getting incremented.