Skip to content

v2.10.0

Choose a tag to compare

@karanbirsingh karanbirsingh released this 24 Sep 23:37

September 24th 2019 Release [v2.10.0]

Highlights

Updated to axe-core 3.3.2

We updated our engine to axe-core 3.3.2. This update includes 13 false-positive fixes, 1 false-negative fix and will surface 5 new automated checks rules:
• aria-input-field-name (WCAG 4.1.2): Ensures every ARIA input field has an accessible name
• aria-toggle-field-name (WCAG 4.1.2): Ensures every ARIA toggle field has an accessible name
• avoid-inline-spacing (WCAG 1.4.12): Ensure that text spacing set through style attributes can be adjusted with custom stylesheets
• input-button-name (WCAG 4.1.12) : Ensures input buttons have discernible text
• role-img-alt (WCAG 1.1.1): Ensures [role='img'] elements have alternate text

Check axe-core release notes for more details.