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

Inputs without labels #7565

Closed
nickvergessen opened this issue Jul 11, 2022 · 1 comment · Fixed by #9376
Closed

Inputs without labels #7565

nickvergessen opened this issue Jul 11, 2022 · 1 comment · Fixed by #9376

Comments

@nickvergessen
Copy link
Member

Problem description

In general, most input fields lack label-texts. Placeholders are used instead, but since that text disappears as soon as the user starts to type in the field this is not enough to comply with this success criterion.

There are also contrast issues with placeholder texts, and when improving contrasts it can make the user think the field is already filled in. So avoiding placeholder texts, in general, tends to be a good idea.

Talk app

The search field in the Talk app does not have a visual label, only a placeholder text.

Every input field must have a visible label text. An exception is often made for search fields, but when it’s not a standard search-function, like here where the search is for conversations and users, a visible label is needed to clarify this.

It’s also worth noting that even though search fields are often excepted, no such exception exists in the WCAG- or EN 301 549-standards.

@nickvergessen
Copy link
Member Author

Will be fixed by using the new input component of the Vue lib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant