Skip to main content

Form

Guideline: Forms

Text Input

Selected1

StateI seeI hear
NormalThe LabelThe label and the input type

Focused

StateI seeI hear
FocusedThe LabelThe label and the input type
FilledThe LabelThe label, the value entered and the input type

Disabled/Read only

StateI seeI hear
Disabled/Read onlyThe LabelThe label, the value, input type and "disabled"

Validation

ValidationI can
SuccesfullMove to the next field using the "Next" keyboard button.
SuccesfulSubmit the form using the "Done" keyboard button.
InvalidMove to the next field using the "Next" keyboard button. I MUST not be trapped on the field
InvalidSubmit the form using the "Done" keyboard button.

Testing

Procedures

  1. Turn on a Screen Reader.
  2. Focus the text input.
  3. Evaluate whether the label adequately and uniquely describes the component.
  4. Verify whether the active state is announced appropriately.

Outcome

Ensure all the following checks are true:

  • The label is clear and understandable.
  • The component is announced as a "button" by the screen reader.
  • Any state of the component, such as ticked, disabled, etc., is announced by the screen reader.

  1. The "selected state" indicates that a Screen Reader user has focused on the field but has not initiated any action yet.