[wp-trac] [WordPress Trac] #55779: autocomplete attribute needed for personal fields in the comment form
WordPress Trac
noreply at wordpress.org
Thu May 19 14:22:35 UTC 2022
#55779: autocomplete attribute needed for personal fields in the comment form
---------------------------+-----------------------------
Reporter: juliemoynat | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Comments | Version: 5.9.3
Severity: normal | Keywords:
Focuses: accessibility |
---------------------------+-----------------------------
Hi,
According to the WCAG [https://www.w3.org/WAI/WCAG21/Understanding
/identify-input-purpose.html Success Criterion 1.3.5: Identify Input
Purpose], the purpose of each input field collecting information about the
user should be programmatically determined.
So, in the comment form, we should have an autocomplete attribute for
these fields:
- Name: {{{autocomplete="name"}}}
- Email: {{{autocomplete="email"}}}
- Website: {{{autocomplete="url"}}}
[https://www.w3.org/TR/WCAG21/#input-purposes See the documentation to
know more about the autocomplete values.]
--
Ticket URL: <https://core.trac.wordpress.org/ticket/55779>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list