Changes between Version 2 and Version 3 of Ticket #5914, comment 6
- Timestamp:
- 12/31/2014 08:09:02 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5914, comment 6
v2 v3 7 7 * First name / surname - `autocapitalize="on"` 8 8 9 ----10 11 9 `autocorrect` and `autocapitalize` appear to be Safari-only attributes. Chromium has added `autocorrect` support: https://code.google.com/p/chromium/issues/detail?id=303883. 12 10 13 11 `spellcheck` is part of HTML5. 12 13 ---- 14 15 I think `autocomplete` and `spellcheck` are a no-brainer on the password field. 16 17 `autocomplete` can also be used on the username field. The others I'm not so sure about. If we don't care about W3C validation, I would also add in `autocorrect` as it's becoming a mobile standard.