From 17dbc4b436381a778fd2661efe729e8f3ee4ac6c Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Sat, 31 Jul 2021 07:48:41 -0400 Subject: remove link 'title' attributes that's just the 'href' (zh-cn, part 4) (#1797) --- .../zh-cn/web/guide/html/constraint_validation/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'files/zh-cn/web/guide/html') 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 f7c6aa585d..105156ad7c 100644 --- a/files/zh-cn/web/guide/html/constraint_validation/index.html +++ b/files/zh-cn/web/guide/html/constraint_validation/index.html @@ -39,19 +39,19 @@ tags: <input type="URL"> 值必须是绝对的URL, 即,是下面的某一种: Type mismatch constraint violation  <input type="email"> - The value must follow the ABNF production: 1*( atext / "." ) "@" ldh-str 1*( "." ldh-str ) where: + The value must follow the ABNF production: 1*( atext / "." ) "@" ldh-str 1*( "." ldh-str ) where: @@ -82,7 +82,7 @@ tags: {{ htmlattrxref("pattern", "input") }} text, search, url, tel, email, password - A JavaScript regular expression (compiled with the ECMAScript 5 global, ignoreCase, and multiline flags disabled) + A JavaScript regular expression (compiled with the ECMAScript 5 global, ignoreCase, and multiline flags disabled) 输入的值必须匹配设置的模式。 Pattern mismatch constraint violation -- cgit v1.2.3-54-g00ecf