Commit 6087ab6
committed
feature #17360 [Validator] Email - new
This PR was squashed before being merged into the 6.2 branch.
Discussion
----------
[Validator] Email - new `allow-no-tld` mode
See [Related feature PR](symfony/symfony#47872)
As suggested [here](symfony/symfony#47712 (comment)) ; the actual description of `html5` mode isn't consistent with the one provided by browsers. Browsers allow no tld, `html5` mode not.
I proprose to move the actual description of `html5` mode to the new `allow-no-tld` mode description, and clarify the subtlety (force .tld) of the actual `html5` mode.
Commits
-------
485d57e [Validator] Email - new `allow-no-tld` modeallow-no-tld mode (guillemfondin)1 file changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
114 | 116 | | |
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
118 | 124 | | |
119 | 125 | | |
120 | 126 | | |
121 | 127 | | |
122 | 128 | | |
123 | 129 | | |
124 | | - | |
125 | 130 | | |
126 | 131 | | |
127 | 132 | | |
| |||
0 commit comments