You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The form input fields include a placeholder attribute which contains redundant information, generating a verbose user experience. placeholder is meant to provide a hint for data entry.
Issue summary
The form
input
fields include aplaceholder
attribute which contains redundant information, generating a verbose user experience.placeholder
is meant to provide a hint for data entry.Current code
HTML
Steps to reproduce
Behavior
Expected
Actual
Recommendation
Remove the
placeholder
attribute from each field.Recommended code
HTML
Specifications
The text was updated successfully, but these errors were encountered: