Skip to content

[Validator] Adding missing link target #15853

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 25, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion reference/constraints/Email.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ address. Valid values are:

* ``loose``, it uses a simple regular expression to validate the address (it
checks that at least one ``@`` character is present, etc.). This validation is
too simple and it's recommended to use the ``html5`` validation instead;
very simple and it's recommended to use one of the other methods instead;
* ``html5``, it validates email addresses using the same regular expression
as the `HTML5 email input element`_, making the backend validation consistent
with the one provided by browsers;
Expand All @@ -152,3 +152,4 @@ configuration option.

.. _egulias/email-validator: https://packagist.org/packages/egulias/email-validator
.. _HTML5 email input element: https://www.w3.org/TR/html5/sec-forms.html#valid-e-mail-address
.. _RFC 5322: https://tools.ietf.org/html/rfc5322