web.dev icon indicating copy to clipboard operation
web.dev copied to clipboard

Learn Forms: aria-hidden="true" should not be paired with the hidden attribute

Open greatgraphicdesign opened this issue 3 years ago • 0 comments

This page suggests invalid HTML. It shows an example with aria-hidden="true" and the hidden attribute on the same input tag. According to the kind devs at StackOverflow, the aria attribute is not needed because hidden renders it invisible to screen readers.

greatgraphicdesign avatar Jul 20 '22 21:07 greatgraphicdesign