Cert
1. PerceivableLevel AA

1.3.5 Identify Input Purpose

입력 목적 식별

Summary

Input fields collecting information about the user must expose their purpose programmatically. In practice this means using the defined `autocomplete` tokens — name, email, tel, and so on. Working autofill reduces both effort and error rates for users with cognitive disabilities.

Common failures

  • Omitting `autocomplete` on a signup form, or disabling it outright with `autocomplete="off"`.

Corresponding KWCAG 2.2 items

No corresponding KWCAG 2.2 checkpoint.

Related study units

Read the W3C source — Understanding SC 1.3.5