Skip to content

Commit 7e9495c

Browse files
committed
Core: Fix reference to whatwg spec
Ref jquery-validation#1372
1 parent a6c2a81 commit 7e9495c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ $.extend( $.validator, {
11251125

11261126
// http://jqueryvalidation.org/email-method/
11271127
email: function( value, element ) {
1128-
// From http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#e-mail-state-%28type=email%29
1128+
// From https://html.spec.whatwg.org/multipage/forms.html#valid-e-mail-address
11291129
// Retrieved 2014-01-14
11301130
// If you have a problem with this implementation, report a bug against the above spec
11311131
// Or use custom methods to implement your own email validation

0 commit comments

Comments
 (0)