This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 25237 - autocomplete fields: usernames
Summary: autocomplete fields: usernames
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P1 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-02 19:52 UTC by Ian 'Hixie' Hickson
Modified: 2014-04-14 18:03 UTC (History)
6 users (show)

See Also:


Attachments

Description Ian 'Hixie' Hickson 2014-04-02 19:52:47 UTC
It would be useful for logging in and creating accounts to know which field is the username:

   <input type=text name=uid autocomplete="username">
   <input type=text name=message>
   <input type=password name=pwd>
Comment 1 Mike West 2014-04-03 09:02:39 UTC
Chrome would be happy to support this syntax. The heuristics we're using now are a pain point for our current autofill implementation.
Comment 2 Edward O'Connor 2014-04-11 22:42:16 UTC
Safari would welcome a username autocomplete token.
Comment 3 Ian 'Hixie' Hickson 2014-04-14 18:03:11 UTC
See bug 25236.