Kilotest: Diagnoses of autocomplete invalid
violation by HTML element 268 on Probably Good page
Basics
About the Probably Good page
- URL: https://probablygood.org/
- Tested 3 days ago by job
n2uon 2026-05-30 at 00:32
About HTML element 268
- Tag name:
FORM - Text:
Get the career guide
- Start tag:
<form action="#" method="post" novalidate="novalidate" autocomplete="new-password"> - XPath:
[not obtained] - Bounding box: x = 380, y = 611, width = 738, height = 62
About the autocomplete invalid
issue
- Why it matters: User cannot get help entering personal information in a form item
- Priority: high
- Related WCAG standard: 1.3.5
Diagnoses
Here is how tools diagnose the autocomplete invalid
issue for HTML element 268 of the Probably Good page.
- Invalid autocomplete value: new-password. Element does not belong to Password control group.
Tool: HTML CodeSniffer (Squiz Labs)
Rule:
E-WCAG2AAA.Principle1.Guideline1_3.1_3_5.H98