11.12

For each form that modifies or deletes data, or transmits answers to a test or examination, or whose validation has financial or legal consequences, can the data entered be modified, updated or recovered by the user?

WCAG Reference

WCAG 3.3.4

Tests

  1. 11.12.1

    For each form that modifies or deletes data, or transmits answers to a test or exam, or whose validation has financial or legal consequences, does the data capture meet one of these conditions?

    The user can modify or cancel data and carried out actions on this data after the form has been validated.
    The user can check and correct data before validating a form in several stages.
    An explicit confirmation mechanism, via a checkbox (<input> tag of the checkbox type or tag with a WAI-ARIA role="checkbox" attribute) or an additional step, is present.
  2. 11.12.2

    Does each form whose validation modifies or deletes financial, legal or personal data meet one of these conditions?

    There is a mechanism for recovering data deleted or modified by the user.
    A mechanism for requesting explicit confirmation of the deletion or modification, via a form input field or an additional step, is proposed.

WCAG Techniques

  • G98
  • G99
  • G155
  • G164
  • G168