# Accessibility Checker upgraded to Axe Core 4.5

> Canonical HTML version: https://rocketvalidator.com/blog/accessibility-checker-upgraded-to-axe-core-4.5
> 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.5, enabling 8 new 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.5, which introduces a new WCAG 2.2 rule to check the target size. We've also enabled 7 experimental rules that existed in previous releases of axe-core.</p>

## New WCAG 2.2 rule to test for a minimum size of touch targets

Axe-core’s new  [target-size rule](https://dequeuniversity.com/rules/axe/4.5/target-size) tests if links, buttons, form fields, and other controls have a width and height of at least 24 pixels, or if they don’t, that they have that much space from the closest other control. This helps people who are less accurate in using a mouse or touchpad from accidentally activating the wrong control. For more information on target size, see [understanding 2.5.8 Target Size](https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum.html).

## 7 experimental rules now enabled

### [css-orientation-lock](https://dequeuniversity.com/rules/axe/4.5/css-orientation-lock)

Checks that content does not restrict its view and operation to a single display orientation, such as portrait or landscape, unless a specific display orientation is essential.

### [focus-order-semantics](https://dequeuniversity.com/rules/axe/4.5/focus-order-semantics)

Checks all interactive elements in the focus order to ensure that the role attribute value is valid and appropriate, whether native HTML or a custom ARIA widget.

### [hidden-content](https://dequeuniversity.com/rules/axe/4.5/hidden-content)

Checks CSS style property values of `display: none;` and `visibility: hidden;` and alerts users to the presence of hidden item content requiring further review.

### [label-content-name-mismatch](https://dequeuniversity.com/rules/axe/4.5/label-content-name-mismatch)

For each user interface component that includes a visible text label, the accessible name must match (or include) the visible text in the label.

### [p-as-heading](https://dequeuniversity.com/rules/axe/4.5/p-as-heading)

Ensures that paragraph elements do not use italic, bold or font size to give the appearance of headings.

### [table-fake-caption](https://dequeuniversity.com/rules/axe/4.5/table-fake-caption)

Checks that data tables are marked up with table cells that use a colspan element to indicate a caption visually.

### [td-has-header](https://dequeuniversity.com/rules/axe/4.5/td-has-header)

Checks that data tables are marked up semantically and have the correct header structure.

## Bug Fixes

Check out the [4.5 release notes](https://github.com/dequelabs/axe-core/releases/tag/v4.5.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">Accessibility rules checked by Rocket Validator</a>.
