7.4

For each script that initiates a change of context, is the user warned or does the user have control?

WCAG Reference

WCAG 3.2.1

Tests

  1. 7.4.1

    Does every script that initiates a change of context meet one of these conditions?

    The user is notified by text of the script's action and the type of change before it is triggered.
    The change of context is initiated by an explicit button (input of type submit, button or image, or <button> tag).
    The change of context is initiated by an explicit link.

WCAG Techniques

  • F9
  • F22
  • F36
  • F37
  • F41
  • G13
  • G76
  • G80
  • G107
  • H32
  • H84
  • SCR19