-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Ensure select element has an accessible name See more information
This shows up in the code commenter window in all of the the dropdowns where comments can be applied to the current file. Also, use the disabled
keyword to prevent the user from selecting elements that don't perform any function.
To solve this problem, you need to fix at least (1) of the following:
- Element does not have an implicit (wrapped)
- Element does not have an explicit
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
- Element's default semantics were not overridden with role="none" or role="presentation"
Metadata
Metadata
Assignees
Labels
No labels