Implementation of aria-hidden (aria-hidden)
All aria-hidden attributes are correctly implemented with valid values and are not applied to elements that can receive focus or are interactable.
Focusable paragraph with tabindex:
This <p> element is part of the sequential focus navigation because of the
tabindex="0" attribute, despite being inside a container with
aria-hidden="true".