Add separate labels above the input fields #102

Open
opened 10 months ago by Moiety · 0 comments
Collaborator

Where: Login/Registration pages

What: The input field labels (“Handle”, “Password”) are set with the placeholder attribute; this means their visual label disappears as soon as you type. This can get confusing with longer forms; because users are no longer able to identify the fields.

Recommendations: Add separate labels above the input fields with <label> and set their for attribute to the id of the <input>.

fipamo login screen
Fig. 1: default state for the login screen shows the labels as placeholders

fipamo login screen but with filled fields
Fig. 2: filled in fields only show their value but no labels

Where: Login/Registration pages What: The input field labels (“Handle”, “Password”) are set with the `placeholder` attribute; this means their visual label disappears as soon as you type. This can get confusing with longer forms; because users are no longer able to identify the fields. Recommendations: Add separate labels above the input fields with `<label>` and set their `for` attribute to the `id` of the `<input>`. ![fipamo login screen](/attachments/45fbf586-2a78-4436-a602-650ce139ffcc) Fig. 1: default state for the login screen shows the labels as placeholders ![fipamo login screen but with filled fields](/attachments/035ec079-2e10-4a8e-b1ff-09d054e4ebf1) Fig. 2: filled in fields only show their value but no labels
Moiety added the
Accessibility
label 10 months ago
are0h added this to the Fipamo Beta 2.6.2 milestone 10 months ago
are0h self-assigned this 10 months ago
are0h added this to the Fipamo Beta project 10 months ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: are0h/Fipamo#102
Loading…
There is no content yet.