
WCAG 2.1 – Criterion 1.3.6 – Identifying Input Purpose (Level AAA)
- Przejdź do artykułów z tagiem accessibility
- Przejdź do artykułów z tagiem digital accessibility
- Przejdź do artykułów z tagiem Web Content Accessibility Guidelines
Article content
Today we are discussing WCAG Criterion 1.3.6 – Identifying Purpose (Level AAA).
What is its goal and what is it meant to serve?
It is somewhat a complement to Criterion 1.3.5 – Identifying Input Purpose (Level AA), which aims to assist in filling out data in forms. Criterion 1.3.6 covers a bit more—it is not limited to form fields alone.
In simple terms, it involves using semantic HTML tags wherever possible. This allows assistive technologies to recognize the specific element/part of the page and process it accordingly.
It’s easier to explain this with an example:
Imagine you’re buying a cosmetic product on a Korean website, and you don’t know Korean. The site uses special graphics to indicate the availability of the product, but these are not universally recognizable symbols. If the page contains appropriate semantic tags, as a User, you can adjust your browser settings to automatically convert this symbol into one that you easily recognize—such as a green “checkmark.”
Without the correct semantic tag, your web browser won’t recognize and replace these symbols with a different set of icons.
A similar situation may occur when a User has attention issues and wants to browse only a specific region (sections of the page). By correctly defining landmarks and regions, the User can somewhat skip the parts that don’t interest them and go straight to the one they want.
So, what needs to be done to meet this criterion?
When creating a digital product, ensure that graphics, page regions, and other user interface elements can be implemented using semantic HTML tags or WAI-ARIA. This means that as a website creator, you cannot rely solely on visual presentation. Through proper implementation, the User’s browser (or other device receiving the product) is able to correctly process these elements. This allows the end user to modify hardware settings according to their needs, thereby making the content of the page more perceivable and understandable—while also fulfilling the core principles of WCAG.
Link to WCAG Criterion 1.3.6 – https://lnkd.in/dWEgT87

Małgorzata Szymczak
Accessibility Specialist & Junior Frontend Developer
Recommended articles
-
15.02.2024Blind perspective
Blind perspective: Walking into the unknown
Today, I would like to talk a bit about the issue of spatial orientation. Right away, I’ll mention that my…
-
14.03.2023UX / UI
How to write in plain language?
Not without reason, plain language is an integral part of UX writing. Are you creating content for your website, writing…
-
19.07.2022Accessibility
Everyday accessibility: ATMs
Using banking services is a necessary and constant element of everyday life, where cash withdrawal is quite a basic activity….