Skip to content

Commit

Permalink
Fix #71282: Documentation is invalid for FILTER_VALIDATE_EMAIL
Browse files Browse the repository at this point in the history
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.

php/doc-en@5be3a93
  • Loading branch information
mumumu committed Aug 6, 2021
1 parent 43a5bc6 commit 7a9d5ab
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions reference/filter/filters.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 3d85246557ce5d38c036c019011f6427e61b7041 Maintainer: takagi Status: ready -->
<!-- EN-Revision: 5be3a93cfde6563c2c2c1ee97be7bd01bed64ee5 Maintainer: takagi Status: ready -->
<!-- CREDITS: mumumu -->
<chapter xml:id="filter.filters" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>フィルタの型</title>
Expand Down Expand Up @@ -89,7 +89,10 @@
値が妥当な e-mail アドレスであるかどうかを検証します。
</para>
<para>
この検証は、e-mail アドレスが RFC 822 に沿った形式であるかどうかを確かめます。
この検証は、e-mail アドレスが
<link xlink:href="&url.rfc;822">RFC 822</link>
の <literal>addr-spec</literal>
形式 に沿ったものであるかどうかを確かめます。
ただし、コメント、空白の折り返し (whitespace folding) および
ドットなしドメイン名 (dotless domain name) には対応していません。
</para>
Expand Down

0 comments on commit 7a9d5ab

Please sign in to comment.