Required Fields - Get 'A' Certified
Theory
If you’re using an asterisk to indicate a required field,- Use the aria-required attribute on its input field.
- Instructions for the form should be
”all required fields are displayed in red and marked with an asterisk *”
- Use the aria-required attribute on its input field.
- Instructions for the form explain should be:
”required fields are labeled with red text”
Code Example
What it looks like with some CSS
References:
Comments
Post a Comment