WP Accessibility v2.2.0
= 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
awithrole="link"and no href focusable. - Change: Add link styles on
role="link". - Bug Fix: Apply grayscale on
htmlelement 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.