7.1

Is each script, if necessary, compatible with assistive technologies?

WCAG Reference

WCAG 2.5.3

Tests

  1. 7.1.1

    Does each script that generates or controls a user interface component check, if necessary, one of these conditions?

    The name, role, value, properties and changes of state are accessible to assistive technologies via an accessibility API.
    An accessible user interface component providing access to the same feature is present on the page.
    An accessible alternative provides access to the same functions.
  2. 7.1.2

    Does each script that generates or controls a user interface component respect one of these conditions?

    The user interface component is correctly rendered by assistive technologies.
    An accessible alternative provides access to the same feature.
  3. 7.1.3

    Does each script that generates or controls a user interface component meet these conditions (excluding special cases)?

    The component has a relevant name.
    The accessible name of the component contains at least the visible label.
    The component has a relevant role.

WCAG Techniques

  • ARIA4
  • ARIA5
  • ARIA18
  • ARIA19
  • F15
  • F19
  • F20
  • F42
  • F59
  • F79
  • F96
  • G10
  • G135
  • G136
  • G208
  • G211
  • SCR21