aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/guide/html/constraint_validation/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-26 15:31:56 -0400
committerIrvin <irvinfly@gmail.com>2021-07-27 12:52:01 +0800
commit13db12ce5c9cfe0c433f35587035dce15eedf294 (patch)
tree20671d4a0fda745d305ba2b38037f25f6fbdce58 /files/zh-cn/web/guide/html/constraint_validation/index.html
parentc53c05cd5c3e7eafdfeb437d02ddad4c9e00ae3d (diff)
downloadtranslated-content-13db12ce5c9cfe0c433f35587035dce15eedf294.tar.gz
translated-content-13db12ce5c9cfe0c433f35587035dce15eedf294.tar.bz2
translated-content-13db12ce5c9cfe0c433f35587035dce15eedf294.zip
remove link 'title' attributes that's just the 'href' (zh-cn)
Diffstat (limited to 'files/zh-cn/web/guide/html/constraint_validation/index.html')
-rw-r--r--files/zh-cn/web/guide/html/constraint_validation/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/guide/html/constraint_validation/index.html b/files/zh-cn/web/guide/html/constraint_validation/index.html
index e9980168c7..f7c6aa585d 100644
--- a/files/zh-cn/web/guide/html/constraint_validation/index.html
+++ b/files/zh-cn/web/guide/html/constraint_validation/index.html
@@ -52,7 +52,7 @@ tags:
<td>The value must follow the <a class="external" href="http://www.ietf.org/rfc/std/std68.txt" title="http://www.ietf.org/rfc/std/std68.txt">ABNF</a> production: <code>1*( atext / "." ) "@" ldh-str 1*( "." ldh-str )</code> where:
<ul>
<li><code>atext</code> is defined in <a class="external" href="http://tools.ietf.org/html/rfc5322" title="http://tools.ietf.org/html/rfc5322">RFC 5322</a>, i.e., a US-ASCII letter (<span style="font-family: courier new;">A</span> to <span style="font-family: courier new;">Z</span> and <span style="font-family: courier new;">a</span>-<span style="font-family: courier new;">z</span>), a digit (<span style="font-family: courier new;">0</span> to <span style="font-family: courier new;">9</span>) or one of the following<span style="font-family: courier new;">! # $ % &amp; ' * + - / = ? ` { } | ~ </span>special character,</li>
- <li><code>ldh-str</code> is defined in <a class="external" href="http://www.apps.ietf.org/rfc/rfc1034.html#sec-3.5" title="http://www.apps.ietf.org/rfc/rfc1034.html#sec-3.5">RFC 1034</a>, i.e., US-ASCII letters, mixed with digits and <span style="font-family: courier new;">-</span> grouped in words separated by a dot (<span style="font-family: courier new;">.</span>).</li>
+ <li><code>ldh-str</code> is defined in <a class="external" href="http://www.apps.ietf.org/rfc/rfc1034.html#sec-3.5">RFC 1034</a>, i.e., US-ASCII letters, mixed with digits and <span style="font-family: courier new;">-</span> grouped in words separated by a dot (<span style="font-family: courier new;">.</span>).</li>
</ul>
<div class="note"><strong>Note:</strong> if the {{ htmlattrxref("multiple", "input") }} attribute is set, several e-mail addresses can be set, as a comma-separated list, for this input. If any of these do not satisfy the condition described here, the <strong>Type mismatch </strong>constraint violation is triggered.</div>