#1486429 closed Bugs (wontfix)
autocomplete attribute in login.html is not valid HTML
| Reported by: | hal | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | later |
| Component: | Core functionality | Version: | 0.3.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The following code, which appears in the source of the login page, is not valid HTML.
<td><input name="_user" id="rcmloginuser" autocomplete="off" type="text" /></td>
which I believe is generated from the following code in login.html:
<roundcube:object name="loginform" form="form" autocomplete="off" />
Hence, there is no attribute "autocomplete". This causes the page to fail the w3c HTML validator.
Change History (3)
comment:1 Changed 3 years ago by brandond
comment:2 Changed 2 years ago by alec
- Resolution set to wontfix
- Status changed from new to closed
-1. Now, it's possible to disable this.
comment:3 Changed 2 years ago by till
For reference: [fbe24e9f]
Note: See
TracTickets for help on using
tickets.

Might not be pure w3c, but it's certainly widely supported and is html5 standards track - see:
http://www.w3.org/TR/html5/forms.html#attr-form-autocomplete
http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#the-autocomplete-attribute
I'd certainly be disappointed if it was removed. -1 from me.