Challenge Overview
Describe the bug
The form fields on the page do not have associated labels.
To Reproduce Steps to reproduce the behavior:
- Go to Members login:https://accounts.topcoder.com/member.
- Type in each form field to see if there is a visible label which remains at all times.
- Notice that the placeholder text disappears as soon as we start typing in the form fields. readers.
Expected behavior
There should be a visible label at all times which is associated with the respective form field.
Actual behavior
The placeholder text has been given for all the form fields which disappears when user starts typing.
Additional context Type:Form Fields
Page: https://accounts.topcoder.com/member
Status: Partially fixed, provide aria-label as 'user name or email' since this is the text given as a placeholder. The password field doesn't have an associated label, provide aria-label for it too.