Skip to content

Accessibility: Select elements must have accessible names. #12

@bedmison

Description

@bedmison

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions