Skip to:
Content

BuddyPress.org

Changes between Version 2 and Version 3 of Ticket #5914, comment 6


Ignore:
Timestamp:
12/31/2014 08:09:02 PM (10 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5914, comment 6

    v2 v3  
    77* First name / surname - `autocapitalize="on"`
    88
    9 ----
    10 
    119`autocorrect` and `autocapitalize` appear to be Safari-only attributes.  Chromium has added `autocorrect` support: https://code.google.com/p/chromium/issues/detail?id=303883.
    1210
    1311`spellcheck` is part of HTML5.
     12
     13----
     14
     15I 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.