# Ensure elements marked as presentational are consistently ignored

> Canonical HTML version: https://rocketvalidator.com/accessibility-validation/axe/4.9/presentation-role-conflict
> Attribution: Rocket Validator (https://rocketvalidator.com)
> License: CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/)

Checks to make sure elements selected for removal from the accessibility tree are really deleted.

In some circumstances, an element having a semantic role of `none` or `presentation` does not resolve to none or presentation (respectively).

This prevents the element from being eliminated from the accessibility tree, as would be expected, and allows screen readers to interact with it.

You shouldn't focus the element or give it any global ARIA attributes in order to keep the element out of the accessibility tree.

<h3>What this Accessibility Rule Checks</h3>

Checks every element with `role=“none”` or `role=“presentation”` to ensure they do not have a global ARIA attribute and are not focusable.
