demo · v151
Form Audit Tool
Scans the sample sign-up form below, flags every input that should disable autocorrect (usernames, emails, passwords, codes), and one-click rewrites the form with the correct attribute on each field.
Static heuristic. The audit pattern-matches on input
type, name, id, and autocomplete values. A real audit should also account for invisible developer intent — e.g. a type="text" field that stores a coupon code.
controls
total fields
—
need autocorrect=off
—
already correct
—
sample form
audit report
recommended html
<!-- click "Audit form" to populate -->
see also
implementation reference
Need the exact API surface, compatibility boundaries, errors, lifecycle, and source links? Read the matching gendn reference ↗