Labels or instructions are provided when content requires user input.
Provide labels or instructions when content requires user input.
Ensures users understand what is required.
Avoid designing forms without visible labels. Ensure each label is clear and easy to understand.
Consider adding instructions for any fields that might not be obvious. For example, if the form requires a phone number in a specific format, that should be told to the user as well.
If a field has an instruction text associated with it, it can be attached to that field using the aria-describedby
attribute. In this case, the user using assistive technology will also be aware of the help text when entering the field.