Julia Zakrocka WCAG 2.2 – Criterion 3.3.7 – Redundant entry (Level A)
- Przejdź do artykułów z tagiem A11Y
- Przejdź do artykułów z tagiem accessibility
- Przejdź do artykułów z tagiem accessibilityMatters
Article content
Today, we’re diving into a criterion from WCAG 2.2 that almost slipped by us! It’s 3.3.7 – Redundant entry (Level A). This one doesn’t get much attention in Polish accessibility discussions. Let’s try to understand what the W3C organization meant by it! 🙂
You’re probably familiar with those complex forms where you’re required to repeatedly enter the same information, like in your annual tax statement. Or maybe in the 800+ application or just during your everyday online shopping? “Enter income,” “Provide child’s PESEL number,” “Home address,” “Shipping address”… how many times? Exactly.
WCAG 3.3.7 Redundant entry
Criterion 3.3.7 requires website and mobile app creators to suggest information that users have already provided. Helpful, right? The principle is simple but brilliant – “Enter once, use multiple times.”
How can this be done?
- Allow users to copy previously entered information – for example, by implementing a copy button (remember to provide context for the button – “Copy” – who/what?).
- Allow users to select previously saved data in their user profile – like choosing one of several addresses. This could be a dropdown list, but there are many options. @allegro is a great example. There, you can choose from previously provided addresses or, of course, add a new one. 🙂
- Use the autocomplete attribute correctly, which will suggest the appropriate data to users.
- Implement a checkbox – for example, “Same address as above,” “PESEL – Zuzanna Kinaoloczyk”, which simply confirms the user’s choice.
However, keep in mind that this criterion also considers security issues. We need to use it wisely, ensuring that no sensitive data or passwords fall into the wrong hands. Let’s be mindful of this when creating our digital products.
Małgorzata Szymczak
Accessibility Specialist & Junior Frontend Developer
Recommended articles
-
24.03.2023AccessibilityWCAG 2.1 – Criterion 1.3.1 – Information and Relationships: (Level A) part 1
Is the structure on the website important? Today we will focus on the criterion that answers this question. This is…
-
02.02.2023AccessibilityWCAG 2.1 – Criterion 1.2.3 – Audio Description or Text Alternative for Media (Recording) (Level A)
Movies accessible to everyone. Let’s imagine we have a video material that we want to publish on a well-known platform…
-
28.06.2022AccessibilityAlternative Text for Images
Imagine this situation: all your web browsers suddenly stop working and do not display any images. On the websites, only…