diff --git a/understanding/22/redundant-entry.html b/understanding/22/redundant-entry.html index ac93a660fc..f25a6783a0 100644 --- a/understanding/22/redundant-entry.html +++ b/understanding/22/redundant-entry.html @@ -32,8 +32,8 @@
The intent of this Success Criterion is to ensure that users can successfully navigate multi-step processes. It reduces cognitive effort where information is asked for more than once during steps in a process. It also reduces the need to recall information provided in a previous step.
@@ -55,6 +55,8 @@This Success Criterion does not impact Accessible Authentication, for which allowing auto-filling of passwords is a sufficient technique. In that case the filling is performed by the user's browser. Redundant Entry is asking for the website content to make the previous entry available, but not between sessions or for essential purposes such as asking for a password.
+This criterion does not include requirements or exceptions specific to privacy or personally identifiable information (PII), but when implementing techniques such as auto-population, authors should ensure data protection when storing information even temporarily during a process. It is possible to eliminate redundant entry in ways that do not introduce additional privacy risks, but it is also possible that a poor implementation (for meeting this criterion) could leak additional PII.
+There are exceptions for:
@@ -88,13 +90,13 @@