Skip to content

Feedback

What pattern has

Feedback pattern consists of several components that have their own accessibility requirements. You can find more about each of them in their guides:

Considerations for developers

  • Use the label element, and, in specific cases, other mechanisms (for example, title attribute, etc.), to identify each form control.
  • Use the fieldset and legend elements to group and associate related form controls.

See Forms Tutorial from W3 for the detailed information and links.

Keyboard support

See detailed information about the keyboard support for the all form elements in the Keyboard control guide.

Considerations for designers

  • Provide instructions to help users understand how to complete the form and individual form controls.
  • Notify users about successful task completion, any errors, and provide instructions to help them correct mistakes.
  • Divide long forms into multiple smaller forms that constitute a series of logical steps or stages and inform users about their progress.

Other recommendations

See more accessibility recommendations in the common Accessibility guide.

Released under the MIT License.

Released under the MIT License.