Conformance Demo for WCAG 2.2 Success Criterion Success Criterion 1.3.5 Identify Input Purpose (Level AA)

1.3.5 Conformance Shown with Non-Technical Explanation

A simple form asking for your first name

When submitted, the answer will appear in a new window.


This form conforms to 1.3.5 because it provides useful assistance to the reader.

1.3.5 Conformance HTML Markup and Technical Details

The following HTML markup begins on line 38 of this page:

<form action="firstname.php" target="_blank" method="post" autocomplete="given-name">

While in many cases the autocomplete attribute must be set to a value of "on," here it can be set to "given-name."