-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Labels
bugSomething isn't workingSomething isn't working
Description
Code of Conduct
- I agree to follow this project's Code of Conduct.
Submission validity
- This is not a personal support request, that should be posted on discussions community.
- I checked current issues and this request isn't a duplicate of an existing issue, opened or closed.
Self troubleshooting
- I've read the documentation and made sure to follow it.
- I've read the troubleshooting first steps and frequent issues guides.
Version
1.9.2
Description
According to the WCAG 1.3.5 criteria, the purpose of each input field collecting information about the user can be programmatically determined.
To help users fill forms, it is important to identify them with their purpose.
The input and password inputs are not identified.
Expectation
To fix this issue, the inputs should use the autocomplete="username" and autocomplete="current-password" attributes.
Reproduction steps
No response
Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working