HTML question detail
What is the difference between `hidden` and `aria-hidden`?
hidden removes content from visual and accessibility trees. aria-hidden hides from accessibility tree only, while visual rendering can remain.
HTML question detail
hidden removes content from visual and accessibility trees. aria-hidden hides from accessibility tree only, while visual rendering can remain.