Changes between Initial Version and Version 1 of Ticket #25452, comment 9
- Timestamp:
- Mar 11, 2016, 10:25:09 AM (9 years ago)
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. Weuse the regex verbatim from the standard itself:1 I 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: 2 2 3 3 https://html.spec.whatwg.org/multipage/forms.html#e-mail-state-(type=email)