WCAG 2.1 Success Criterion 1.3.5: Identify Input Purpose: Passwords #54
Replies: 5 comments 2 replies
-
|
Some references that might help with a solution: Quote from WCAG technique Security considerations Organizations can be concerned about allowing input fields to be automatically filled-in. There is sometimes confusion about how browsers save information and the security implications. For the autocomplete attribute:
The browser history provides far more detail about what people have done, and is just as available as autocomplete data. The solutions/mitigations for browser-history are similar to autocomplete. |
Beta Was this translation helpful? Give feedback.
-
|
Here is the view of IT security with respect of use of Autocomplete
|
Beta Was this translation helpful? Give feedback.
-
|
Here is what I suggest for compliance with WCAG 1.3.5
Thoughts? @shawnthompson @andrewnordlund Re1) I posted on the W3C WCAG GitHub an issue about it |
Beta Was this translation helpful? Give feedback.
-
|
As discussed in the Access Working Group meeting, we will write something up and work with ITSec to either link to it in their documents or add a little blurb about it. Stay tuned |
Beta Was this translation helpful? Give feedback.
-
|
@shawnthompson / @RubyDo any movement on this? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We need a best practice on using
autocompleteon all form elements, including usernames and passwords.I think this there's different roles at play here.
In the end, ITSEC and guidance does not and should not stop developers from adding
autocompleteto their web applications.The ownness is on the user to handle their information and allow autocomplete to be used.
In my experience, many departments are having the same issue still. ITSEC turning off their autocomplete mechanisms for their employees and the accessibility testing doesn't test for autocomplete therefore allowing web application to be developed that don't conform to WCAG 2.1 (government standard).
This might be something we post on the Digital Accessibility Toolkit (DAT) as a best practice.
CC: @rubydo, @andrewnordlund
Beta Was this translation helpful? Give feedback.
All reactions