Skip to content

Commit a60224e

Browse files
committed
README: Update link to HTML spec about email validation
Fixes jquery-validation#1304
1 parent 44c0f77 commit a60224e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ For more information on how to setup a rules and customizations, [check the docu
5656

5757
## Reporting an Issue
5858

59-
**IMPORTANT NOTE ABOUT EMAIL VALIDATION**. As of version 1.12.0 this plugin is using the same regular expression that the [HTML5 specification suggests for browsers to use](http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#e-mail-state-%28type=email%29). We will follow their lead and use the same check. If you think the specification is wrong, please report the issue to them.
59+
**IMPORTANT NOTE ABOUT EMAIL VALIDATION**. As of version 1.12.0 this plugin is using the same regular expression that the [HTML5 specification suggests for browsers to use](https://html.spec.whatwg.org/multipage/forms.html#valid-e-mail-address). We will follow their lead and use the same check. If you think the specification is wrong, please report the issue to them.
6060

6161
1. Make sure the problem you're addressing is reproducible.
6262
2. Use http://jsbin.com or http://jsfiddle.net to provide a test page.

0 commit comments

Comments
 (0)