Skip to content
This repository has been archived by the owner on Jun 16, 2018. It is now read-only.

Add label on language form #22

Open
juanwolf opened this issue Jul 1, 2017 · 0 comments
Open

Add label on language form #22

juanwolf opened this issue Jul 1, 2017 · 0 comments
Assignees

Comments

@juanwolf
Copy link
Owner

juanwolf commented Jul 1, 2017

Accessibility issue.

Dareboost content:

Clarify the purpose of each field will facilitate the user experience on your website.

A form is composed of several fields that must be the most explicit possible for the user to quickly understand their function.
Define a label

You should prefer using the label tag:

<label for="name">Fill your name:</label>
<input id="name" type="text" name="name">

Otherwise, you can use the aria-label or the title (not supported by all screen readers) attributes. Read more.
@juanwolf juanwolf self-assigned this Jul 9, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant