Changes between Initial Version and Version 1 of Ticket #25452, comment 9


Ignore:
Timestamp:
Mar 11, 2016, 10:25:09 AM (8 years ago)
Author:
Collin Anderson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25452, comment 9

    initial v1  
    1 I think we should try to match the standard html <input type="email"> validation. I'd imagine that most uses cases would want to match that. We use the regex verbatim from the standard itself:
     1I think we should try to just match the standard html <input type="email"> validation. I'd imagine that most uses cases would want to match that. We might be able to use the regex verbatim from the standard itself:
    22
    33https://html.spec.whatwg.org/multipage/forms.html#e-mail-state-(type=email)
Back to Top