-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
Description
Describe the bug
I'm getting a warning to provide an aria-label on elements that are both hidden & aria-hidden="true". Since this element is hidden from screen-readers, there is no need for a label.
To Reproduce
Steps to reproduce the behavior:
- Include
<input type="hidden" aria-hidden="true" name="contact[tags]" value="newsletter">
Expected behavior
When adding either hidden or aria-hidden="true" attributes, the warning should be silenced.
Visual Studio Code (please complete the following information):
- Version 1.37.1
Reactions are currently unavailable
