Core: Fix reference to whatwg spec

Ref #1372
This commit is contained in:
Jörn Zaefferer
2015-01-11 20:48:19 +01:00
parent a6c2a81d7f
commit 7e9495c31e
+1 -1
View File
@@ -1125,7 +1125,7 @@ $.extend( $.validator, {
// http://jqueryvalidation.org/email-method/
email: function( value, element ) {
// From http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#e-mail-state-%28type=email%29
// From https://html.spec.whatwg.org/multipage/forms.html#valid-e-mail-address
// Retrieved 2014-01-14
// If you have a problem with this implementation, report a bug against the above spec
// Or use custom methods to implement your own email validation