Fix #71282: Documentation is invalid for FILTER_VALIDATE_EMAIL

This is still not accurate, but there are other related doc bug reports
like #78958, so we can address further issues separately.  Also, we may
want to choose something else than a table for display purposes.
This commit is contained in:
Christoph M. Becker 2021-08-05 19:26:02 +02:00
parent 3d85246557
commit 5be3a93cfd
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

@ -83,8 +83,8 @@
Validates whether the value is a valid e-mail address.
</para>
<para>
In general, this validates e-mail addresses against the syntax in
RFC 822, with the exceptions that comments and whitespace folding
In general, this validates e-mail addresses against the <literal>addr-spec</literal>syntax in
<link xlink:href="&url.rfc;822">RFC 822</link>, with the exceptions that comments and whitespace folding
and dotless domain names
are not supported.
</para>