11.9

In each form, is the label of each button relevant (excluding special cases)?

WCAG Reference

WCAG 2.5.3

Tests

  1. 11.9.1

    Does the label of each button meet these conditions (excluding special cases)?

    If present, the value of the WAI-ARIA aria-label attribute is relevant.
    If present, the passage of text linked to the button via a WAI-ARIA aria-labelledby attribute is relevant.
    If present, the value of the value attribute of an <input> tag of type submit, reset or button is relevant.
    If present, the content of the <button> tag is relevant.
    If present, the value of the alt attribute of an <input> tag of type image is relevant.
    If present, the value of the title attribute is relevant.
  2. 11.9.2

    Does each button displaying a visible label meet these conditions (excluding special cases)?

    If present, the value of the WAI-ARIA aria-label attribute contains at least the visible label.
    If present, the passage of text bound to the button via a WAI-ARIA aria-labelledby attribute contains at least the visible label.
    If present, the value of the value attribute of an <input> tag of type submit, reset or button contains at least the visible label.
    If present, the content of the <button> tag contains at least the visible label.
    If present, the value of the alt attribute of an <input> tag of type image contains at least the visible label.
    If present, the value of the title attribute contains at least the visible label.

WCAG Techniques

  • ARIA6
  • ARIA9
  • ARIA14
  • F96
  • G208
  • G211
  • H36
  • H91
  • ARIA16