# Accessibility Checker upgraded to Axe Core 4.7

> Canonical HTML version: https://rocketvalidator.com/blog/accessibility-checker-upgraded-to-axe-core-4.7
> Attribution: Rocket Validator (https://rocketvalidator.com)
> License: CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/)

The Accessibility validation server on Rocket Validator has been upgraded to Axe Core 4.7, improving many accessibility rules.

<p>We've upgraded our Accessibility validation servers to the latest version of <a rel="nofollow" href="https://github.com/dequelabs/axe-core">axe-core</a>, 4.7, which improves many accessibility rules and fixes some bugs from previous versions.</p>

Version 4.7 of Axe Core adds support for some features that have been added to browsers in the last year. No new rules were added, and it does not make axe-core stricter. The number of issues reported by this version may be lower than the ones reported in 4.6.

The `aria-roledescription` rule has been deprecated, and the impact of the `scrollable-region-focusable` has been increased to serious.

## Feature Highlights

* **aria-roledescription**: deprecate rule.
* **aria-roles**: deprecate the ARIA directory role.
* support the `dialog` element.

## Bug Fixes

* **aria-allowed-attrs**: allow `aria-description` and `aria-braille*` attrs
* **aria-input-field-name**: skip combobox popups
* **aria-required-children**:
  - allow separator in menu(bar)
  - do not fail for children with `aria-hidden`
  - list elements that are not allowed
* **autocomplete-valid**: allow webauthn token
* **color-contrast**:
  - correcly apply opacity to foreground color
  - correctly calculate contrast of flex/grid items with z-index
  - correctly compute background color for elements with opacity
  - correctly compute color contrast of elements
  - do not check contrast on elemets that are inerted
  - skip ligature icons
* **create-grid**: correctly compute stack order for non-positioned stacking contexts
* **css-orientation-lock**: support the css `rotate` property
* **focus-order-semantics**: Add ARIA role `article` to list of valid roles for scrollable regions
* **is-icon-ligature**: prevent canvas2d warning willReadFrequently
* **link-in-text-block**: allow links with identical colors
* **respondable**: work with CDP `Page.setDocumentContent`
* **scrollable-region-focusable**:
  - change impact to serious
  - skip native controls

## Full Changelog

Check out the [4.7 release notes](https://github.com/dequelabs/axe-core/releases/tag/v4.7.0).

## Current accessibility ruleset

Check out the full list of accessibility rules that are being checked currently by our web crawler

<a href="https://rocketvalidator.com/accessibility-validation/axe">Accessibility rules checked by Rocket Validator</a>.
