Changes between Initial Version and Version 1 of Ticket #52714, comment 3
- Timestamp:
- 03/22/2021 07:24:02 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52714, comment 3
initial v1 3 3 The username input currently does not discourage autocomplete, but the (plain-text) password input has `autocomplete="off"` ([https://bugs.chromium.org/p/chromium/issues/detail?id=587466 which Chrome apparently does not honor yet]). 4 4 5 Should the password's attribute be `autocomplete="new-password"` instead?It's probably good to add the "off" value for the username as well, for any browser that supports it.5 I think we could switch the password's attribute to `autocomplete="new-password"` instead. It's probably good to add the "off" value for the username as well, for any browser that supports it.