An element with aria-hidden=true contains focusable content.
Closed this issue · 1 comments
An element with aria-hidden=true contains focusable content. WCAG 2.0 A 1.3.1 Section 508 (2017) A 1.3.1
The hidden element and its contents are not voiced by a screen reader, but the contents contain an element with tabindex set or active a, button, input, select and textarea controls. The user can tab to these and hears only silence.
https://nara-bia-photos.herokuapp.com/search Line 140 724 876
https://nara-bia-photos.herokuapp.com/topics/agriculture Line 132 306
line 132 is <div aria-hidden="true" aria-labelledby="sections-heading" class="sc-fzoydu erHZCL">
line 306 is <div aria-hidden="true" aria-labelledby="sections-heading" class="sc-fzoydu erHZCL">
https://nara-bia-photos.herokuapp.com/topics/animals Line 132 266
etc...
Confirmed addressed