What fresh hell is THIS now? - Patrick Lauke
hidden
instead of aria-hidden
? In my tests it seems that if combined with setting display:none
to the attributes, support across browsers and screenreaders is pretty much the same, so using hidden
would be the best to option?
[hidden]
is more equivalent to display: none
by default, while aria-hidden
maintains the visual display.
inert
: https://github.com/WICG/inert