Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guidelines/sc/21/identify-input-purpose.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h4>Identify Input Purpose</h4>
<p>The purpose of each input field collecting information about the user can be <a>programmatically determined</a> when:</p>

<ul>
<li>The input field serves a purpose identified in the <a href="#input-purposes">Input Purposes for user interface components section</a>; and</li>
<li>The input field serves a purpose identified in the <a href="https://www.w3.org/TR/WCAG21/#input-purposes">Input Purposes for user interface components section</a>; and</li>
<li>The content is implemented using technologies with support for identifying the expected meaning for form input data.</li>
</ul>

Expand Down