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 summary in aria-hidden:
This <summary> element is part of the sequential focus navigation despite being
inside a container with aria-hidden="true".