Helper Text, Errors, and Autofill
<p id="password-help">Use at least 12 characters.</p>
<input type="password" aria-describedby="password-help" autocomplete="new-password" />
Good UX Defaults
- Keep labels visible.
- Add helper text when formatting is non-obvious.
- Use
autocompletewhere the browser can help. - Make the submit button describe the action.
What's Next
- Continue to 9. Head and Resource Loading