-
Notifications
You must be signed in to change notification settings - Fork 212
[$15]The form fields on the page do not have associated labels. #3232
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
Comments
@veshu will it be open soon? |
Contest https://www.topcoder.com/challenges/30099920 has been created for this ticket. |
Contest https://www.topcoder.com/challenges/30099920 has been updated - the new changes has been updated for this ticket. |
Contest https://www.topcoder.com/challenges/30099920 has been updated - it has been assigned to rohitgupta_. |
Payment task has been updated: https://software.topcoder.com/review/actions/ViewProjectDetails?pid=30099920 |
Describe the bug
The form fields on the page do not have associated labels.
To Reproduce
Steps to reproduce the behavior:
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.
The text was updated successfully, but these errors were encountered: