Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Room list search should get an explicit title/aria-label #14733

Closed
t3chguy opened this issue Jul 23, 2020 · 3 comments
Closed

Room list search should get an explicit title/aria-label #14733

t3chguy opened this issue Jul 23, 2020 · 3 comments
Labels

Comments

@t3chguy
Copy link
Member

t3chguy commented Jul 23, 2020

as the placeholder vanishes whilst you are using it

@turt2live
Copy link
Member

Related: we might need to work on the label for the search field dequelabs/axe-core#2413

@erikkroes
Copy link

Title and aria-label is also redundant in most cases. The preferred solution is a visual label when possible. This helps everybody. When a visual label is not possible, text can be put inside a node but visually hidden (so screen readers can still pronounce it). When picking between aria-label and title, the first is a much more solid solution.

@t3chguy t3chguy added the I18n label Jul 23, 2020
@jryans jryans added A11y and removed I18n labels Mar 5, 2021
@t3chguy
Copy link
Member Author

t3chguy commented Apr 12, 2023

This got fixed with Spotlight

@t3chguy t3chguy closed this as completed Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants