WCAG 1.3.5 Identify Input Purpose — Testing Guide for Mobile & Web Apps

WCAG 1.3.5, "Identify Input Purpose," is a crucial Level AA success criterion that ensures users, especially those using assistive technologies, can understand the purpose of form inputs. This means c

March 28, 2026 · 5 min read · WCAG Guides

Ensuring Input Clarity: A Practical Guide to WCAG 1.3.5 (Identify Input Purpose)

WCAG 1.3.5, "Identify Input Purpose," is a crucial Level AA success criterion that ensures users, especially those using assistive technologies, can understand the purpose of form inputs. This means clearly labeling what information is expected in each field.

What WCAG 1.3.5 Requires

At its core, this criterion mandates that the purpose of each input field is programmatically identifiable. For web applications, this is typically achieved using the autocomplete attribute. For native mobile applications, platform-specific accessibility properties serve this function. The goal is to provide context so that user agents (like screen readers) can convey the input's purpose to the user effectively.

Why It Matters: User Impact and Broader Compliance

For Users:

Broader Compliance:

Common Violations and Examples

Violations of WCAG 1.3.5 often stem from missing or incorrect autocomplete attributes in web development, or missing accessibility labels in native mobile development.

#### Web Application Examples:

  1. Missing autocomplete for Email:
  1. Incorrect autocomplete for Phone Number:
  1. Generic autocomplete for Sensitive Data:

#### Mobile Application Examples (Android/iOS):

  1. Missing Content Description for Phone Number Field:
  1. Generic Label for Name Field:

How to Test for Compliance

Testing for WCAG 1.3.5 requires a combination of manual inspection and automated tools.

#### Manual Testing Steps:

  1. Inspect Form Fields: Navigate through all form fields in your application.
  2. Use Accessibility Inspector Tools:
  1. Simulate Assistive Technology:
  1. Test Auto-Filling:

#### Automated Tools:

#### Mobile-Specific Considerations:

How to Fix Violations

#### Web Application Fixes:

#### Mobile Application Fixes:

How SUSA Checks This Criterion

SUSA Test automates the identification of WCAG 1.3.5 violations during its autonomous exploration.

Test Your App Autonomously

Upload your APK or URL. SUSA explores like 10 real users — finds bugs, accessibility violations, and security issues. No scripts.

Try SUSA Free