ARIA in HTML - test case for use of aria-hidden and hidden

last updated 13 March 2021

Tests:

Test 3

Authors SHOULD NOT use the aria-hidden=true attribute on any element which also has a hidden attribute

This test case sets aria-hidden="true" and hidden to all HTML elements not covered in test 1

Expected result:
A conformance checker would flag all instances of elements with aria-hidden and hidden attributes as invalid