I’d like to prevent my back-office login form to display the auto-completion usually displayed with Firefox for instance. I quickly read some stuff about the attribute autocomplete but it doesn’t seem to be standard.
Must I use write some JavaScript to achieve this?
No JavaScript required. You are right, the autocomplete attribute is not part of the standard, but neither is the autocomplete feature itself. 🙂
EDIT:
Straight from Mozilla: