diff options
author | Jason Lee <huacnlee@gmail.com> | 2022-01-26 15:37:51 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2022-02-16 00:05:53 +0800 |
commit | 1269ba9bb27f208d13ec792d8dbe3c3f5476b6b2 (patch) | |
tree | bf0f6a3ea3f846841bdb8e9b6b0428edeb453e6f /files/zh-cn/web/html/attributes | |
parent | 48775b07d0867f298e78553cde9b5fbafc03549f (diff) | |
download | translated-content-1269ba9bb27f208d13ec792d8dbe3c3f5476b6b2.tar.gz translated-content-1269ba9bb27f208d13ec792d8dbe3c3f5476b6b2.tar.bz2 translated-content-1269ba9bb27f208d13ec792d8dbe3c3f5476b6b2.zip |
Correct copywriting for files/zh-cn/web/html/* except element.
Ref: #3490 #3834
Diffstat (limited to 'files/zh-cn/web/html/attributes')
4 files changed, 41 insertions, 41 deletions
diff --git a/files/zh-cn/web/html/attributes/autocomplete/index.html b/files/zh-cn/web/html/attributes/autocomplete/index.html index 6bc4fb0db7..312d6d1d4a 100644 --- a/files/zh-cn/web/html/attributes/autocomplete/index.html +++ b/files/zh-cn/web/html/attributes/autocomplete/index.html @@ -16,16 +16,16 @@ original_slug: Web/HTML/Attributes/自动完成属性 --- <div>{{HTMLSidebar("Global_attributes")}}</div> -<p>HTML <code>autocomplete</code> 属性可用于以文本或数字值作为输入的 {{HTMLElement("input")}} 元素 , {{HTMLElement("textarea")}} 元素, {{HTMLElement("select")}} 元素, 和{{HTMLElement("form")}} 元素。 <span class="seoSummary"><code>autocomplete</code> </span>允许web开发人员指定,如果有任何权限<span class="seoSummary"> {{Glossary("user agent")}} </span>必须提供填写表单字段值的自动帮助,并为浏览器提供关于字段中所期望的信息类型的指导。</p> +<p>HTML <code>autocomplete</code> 属性可用于以文本或数字值作为输入的 {{HTMLElement("input")}} 元素 , {{HTMLElement("textarea")}} 元素,{{HTMLElement("select")}} 元素,和{{HTMLElement("form")}} 元素。 <span class="seoSummary"><code>autocomplete</code> </span>允许 web 开发人员指定,如果有任何权限<span class="seoSummary"> {{Glossary("user agent")}} </span>必须提供填写表单字段值的自动帮助,并为浏览器提供关于字段中所期望的信息类型的指导。</p> <p>建议值的来源通常取决于浏览器。 通常,值来自用户输入的过去值,但它们也可能来自预先配置的值。 例如,浏览器可能允许用户保存其姓名,地址,电话号码和电子邮件地址,以实现自动完成目的。 也许浏览器提供了保存加密的信用卡信息的功能,以便在身份验证过程后自动完成。</p> -<p>如果 {{HTMLElement("input")}}, {{HTMLElement("select")}} 或{{HTMLElement("textarea")}} 元素 没有 <code>autocomplete</code> 属性, t则该浏览器将使用该元素的表单的 <code>autocomplete</code> 属性所有者,它们可是元素的后代 {{HTMLElement("form")}} 元素 也可以是其 <code>id</code> 由元素{{htmlattrxref("form", "input")}} 属性指定的 <code><form></code>。</p> +<p>如果 {{HTMLElement("input")}}, {{HTMLElement("select")}} 或{{HTMLElement("textarea")}} 元素 没有 <code>autocomplete</code> 属性,t 则该浏览器将使用该元素的表单的 <code>autocomplete</code> 属性所有者,它们可是元素的后代 {{HTMLElement("form")}} 元素 也可以是其 <code>id</code> 由元素{{htmlattrxref("form", "input")}} 属性指定的 <code><form></code>。</p> <p>有关更多信息,请参见 {{HTMLElement("form")}} 中的{{htmlattrxref("autocomplete", "form")}} 属性。</p> <div class="blockIndicator note"> -<p>为了提供自动完成功能,用户代理可能需要<code><input></code>/<code><select></code>/<code><textarea></code> 元素才能:</p> +<p>为了提供自动完成功能,用户代理可能需要<code><input></code>/<code><select></code>/<code><textarea></code> 元素才能:</p> <ol> <li>具有 <code>name</code> 和/或 <code>id</code> 属性</li> @@ -39,7 +39,7 @@ original_slug: Web/HTML/Attributes/自动完成属性 <dl> <dt>"<code>off</code>"</dt> <dd>浏览器不允许为此字段自动输入或选择一个值。 文档或应用程序可能提供其自己的自动完成功能,或者出于安全方面的考虑,要求不要自动输入该字段的值。 - <div class="note"><strong>注意:</strong> 在大多数现代浏览器中, <code>autocomplete</code> 设置为 "<code>off</code>" 不会阻止密码管理器询问用户是否要保存用户名和密码信息,或者自动在网站的登录表单中填写这些值。 请参阅 <a href="/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion#The_autocomplete_attribute_and_login_fields">the autocomplete attribute and login fields</a>.</div> + <div class="note"><strong>注意:</strong> 在大多数现代浏览器中, <code>autocomplete</code> 设置为 "<code>off</code>" 不会阻止密码管理器询问用户是否要保存用户名和密码信息,或者自动在网站的登录表单中填写这些值。 请参阅 <a href="/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion#The_autocomplete_attribute_and_login_fields">the autocomplete attribute and login fields</a>.</div> </dd> <dt>"<code>on</code>"</dt> <dd>允许浏览器自动完成输入。 没有提供有关该字段中期望的数据类型的指导,因此浏览器可以使用自己的判断。</dd> @@ -110,7 +110,7 @@ original_slug: Web/HTML/Attributes/自动完成属性 <dt>"<code>cc-exp-year</code>"</dt> <dd>付款方式到期的年份。.</dd> <dt>"<code>cc-csc</code>"</dt> - <dd>付款工具的安全码; 在信用卡上,这是信用卡背面的3位数验证码。</dd> + <dd>付款工具的安全码; 在信用卡上,这是信用卡背面的 3 位数验证码。</dd> <dt>"<code>cc-type</code>"</dt> <dd>付款方式的类型(例如“ Visa”或“ Master Card”)。</dd> <dt>"<code>transaction-currency</code>"</dt> @@ -147,17 +147,17 @@ original_slug: Web/HTML/Attributes/自动完成属性 <dt>"<code>tel-extension</code>"</dt> <dd>电话号码中的电话分机代码,例如旅馆中的房间或套房号或公司中的办公室分机号。</dd> <dt>"<code>impp</code>"</dt> - <dd>即时消息协议端点的URL,例如“ xmpp:username@example.net”。</dd> + <dd>即时消息协议端点的 URL,例如“ xmpp:username@example.net”。</dd> <dt>"<code>url</code>"</dt> <dd>URL,例如在给定表单中其他字段的上下文的情况下的主页或公司网站地址等。</dd> <dt>"<code>photo</code>"</dt> - <dd>代表表单中其他字段中提供的个人,公司或联系信息的图像的URL。</dd> + <dd>代表表单中其他字段中提供的个人,公司或联系信息的图像的 URL。</dd> </dl> <p>有关更多详细信息,请参见 <a href="https://html.spec.whatwg.org/multipage/forms.html#autofill">WHATWG 标准。 </a></p> <div class="note"> -<p><strong>注意:</strong> 与其他浏览器不同, <code>autocomplete</code> 属性还控制Firefox是否会跨页面加载保持— <a href="https://stackoverflow.com/questions/5985839/bug-with-firefox-disabled-attribute-of-input-not-resetting-when-refreshing">是否在整个页面加载期间保持</a> <code><input></code> 元素, <code><textarea></code> 元素, 或整个 <code><form></code> 的动态禁用状态和(如果适用)动态检查状态。 持久性功能默认情况下处于启用状态。 将 <code>autocomplete</code> 属性的值设置为<code>off</code> 将禁用此功能。即使<code>autocomplete</code> 属性通常由于其<code>type</code>而不适用,也可以这样做。 参考 {{bug(654072)}}.</p> +<p><strong>注意:</strong> 与其他浏览器不同, <code>autocomplete</code> 属性还控制 Firefox 是否会跨页面加载保持— <a href="https://stackoverflow.com/questions/5985839/bug-with-firefox-disabled-attribute-of-input-not-resetting-when-refreshing">是否在整个页面加载期间保持</a> <code><input></code> 元素,<code><textarea></code> 元素,或整个 <code><form></code> 的动态禁用状态和(如果适用)动态检查状态。 持久性功能默认情况下处于启用状态。 将 <code>autocomplete</code> 属性的值设置为<code>off</code> 将禁用此功能。即使<code>autocomplete</code> 属性通常由于其<code>type</code>而不适用,也可以这样做。 参考 {{bug(654072)}}.</p> </div> <h2 id="例子">例子</h2> @@ -185,20 +185,20 @@ original_slug: Web/HTML/Attributes/自动完成属性 <p>美国境内的典型家庭住址如下所示:</p> -<p>大街432号<br> +<p>大街 432 号<br> Exampleville CA 95555</p> <p>在美国,地址中最不明确的部分是州,在这种情况下为“ CA”(美国邮政服务的正式缩写为“ California”)。 因此,<code>address-level1</code> 是状态,在这种情况下为“ CA”。</p> <p>地址的倒数第二个特定部分是城市或城镇名称,因此在此示例地址中, <code>address-level2</code> 为“ Exampleville”。</p> -<p>美国地址不使用3级及更高级别。</p> +<p>美国地址不使用 3 级及更高级别。</p> <h4 id="英国">英国</h4> <p>在英国,地址输入表单通常包含两个地址级别以及一个,两个或三个地址行,具体取决于地址。 完整的地址如下所示:</p> -<p>Frogmarch街103号<br> +<p>Frogmarch 街 103 号<br> 上层包装<br> 苏塞克斯<br> TN99 8ZZ</p> @@ -208,10 +208,10 @@ original_slug: Web/HTML/Attributes/自动完成属性 <ul> <li><code>address-level1</code>: 在这种情况下,该县为“苏塞克斯”。</li> <li><code>address-level2</code>: 在这种情况下,城镇为“上层包装”。.</li> - <li><code>address-line1</code>: 房屋/街道详情-“ Frogmarch 街道103号”</li> + <li><code>address-line1</code>: 房屋/街道详情 - “ Frogmarch 街道 103 号”</li> </ul> -<p>邮政编码是分开的。 请注意,您实际上可以仅使用邮政编码和 <code>address-line1</code> 在英国成功发送邮件, 因此它们应该是唯一的必填项,但通常人们会提供更多详细信息。</p> +<p>邮政编码是分开的。 请注意,您实际上可以仅使用邮政编码和 <code>address-line1</code> 在英国成功发送邮件,因此它们应该是唯一的必填项,但通常人们会提供更多详细信息。</p> <h4 id="中国">中国</h4> diff --git a/files/zh-cn/web/html/attributes/crossorigin/index.html b/files/zh-cn/web/html/attributes/crossorigin/index.html index 333536126b..b7bd9b969e 100644 --- a/files/zh-cn/web/html/attributes/crossorigin/index.html +++ b/files/zh-cn/web/html/attributes/crossorigin/index.html @@ -14,7 +14,7 @@ tags: translation_of: Web/HTML/Attributes/crossorigin original_slug: Web/HTML/CORS_settings_attributes --- -<p><span class="seoSummary">在HTML5中,一些 HTML 元素提供了对 <a href="/en-US/docs/HTTP/Access_control_CORS">CORS</a> 的支持, 例如</span> {{ HTMLElement("audio") }}、{{ HTMLElement("img") }}、{{ HTMLElement("link") }}、{{ HTMLElement("script") }} 和 {{ HTMLElement("video") }} <span class="seoSummary">均有一个跨域属性 (<code>crossOrigin</code> property),它允许你配置元素获取数据的 CORS 请求。</span> </p> +<p><span class="seoSummary">在 HTML5 中,一些 HTML 元素提供了对 <a href="/en-US/docs/HTTP/Access_control_CORS">CORS</a> 的支持, 例如</span> {{ HTMLElement("audio") }}、{{ HTMLElement("img") }}、{{ HTMLElement("link") }}、{{ HTMLElement("script") }} 和 {{ HTMLElement("video") }} <span class="seoSummary">均有一个跨域属性 (<code>crossOrigin</code> property),它允许你配置元素获取数据的 CORS 请求。</span> </p> <p>在媒体元素上被使用的 <code>crossorigin</code> 内容属性是一个 CORS 设置属性。</p> @@ -32,7 +32,7 @@ original_slug: Web/HTML/CORS_settings_attributes </tr> <tr> <td><code>use-credentials</code></td> - <td>对此元素的CORS请求将设置凭证标志;这意味着请求将提供凭据。</td> + <td>对此元素的 CORS 请求将设置凭证标志;这意味着请求将提供凭据。</td> </tr> <tr> <td><code>""</code></td> diff --git a/files/zh-cn/web/html/attributes/index.html b/files/zh-cn/web/html/attributes/index.html index 48c6d1913a..2d675e2799 100644 --- a/files/zh-cn/web/html/attributes/index.html +++ b/files/zh-cn/web/html/attributes/index.html @@ -11,7 +11,7 @@ tags: - 属性 translation_of: Web/HTML/Attributes --- -<p>HTML中的元素拥有属性(attribute);这些额外的属性值可以配置元素或者以各种方式来调整元素的行为,进而满足用户所需的标准。</p> +<p>HTML 中的元素拥有属性(attribute);这些额外的属性值可以配置元素或者以各种方式来调整元素的行为,进而满足用户所需的标准。</p> <h2 id="属性列表">属性列表</h2> @@ -42,7 +42,7 @@ translation_of: Web/HTML/Attributes <tr> <td><a href="/zh-CN/docs/Web/HTML/Attributes/action">action</a></td> <td>{{ HTMLElement("form") }}</td> - <td>表单信息提交的url地址,指向进行处理的程序。</td> + <td>表单信息提交的 url 地址,指向进行处理的程序。</td> </tr> <tr> <td><a href="/zh-CN/docs/Web/HTML/Attributes/align">align</a></td> @@ -84,14 +84,14 @@ translation_of: Web/HTML/Attributes <tr> <td><a href="/zh-CN/docs/Web/HTML/Attributes/autoplay">autoplay</a></td> <td>{{ HTMLElement("audio") }}, {{ HTMLElement("video") }}</td> - <td> audio或video应该自动播放</td> + <td> audio 或 video 应该自动播放</td> </tr> <tr> <td>background</td> <td>{{ HTMLElement("body") }}, {{ HTMLElement("table") }}, {{ HTMLElement("td") }}, {{ HTMLElement("th") }}</td> - <td>指定图像文件的URL。 + <td>指定图像文件的 URL。 <div class="blockIndicator note"> - <p>注意:虽然浏览器和电子邮件客户端可能仍然支持此属性,但它已过时。改用css{{Cssxref("back-image")}}。</p> + <p>注意:虽然浏览器和电子邮件客户端可能仍然支持此属性,但它已过时。改用 css{{Cssxref("back-image")}}。</p> </div> </td> </tr> @@ -101,7 +101,7 @@ translation_of: Web/HTML/Attributes <td> <p>元素的背景颜色。</p> - <p>NOTE:这是一个遗留属性,请使用css{“background-color":}代替。</p> + <p>NOTE:这是一个遗留属性,请使用 css{“background-color":}代替。</p> </td> </tr> </tbody> @@ -144,43 +144,43 @@ translation_of: Web/HTML/Attributes <tr> <td><a href="/zh-CN/docs/Web/HTML/Attributes/cite">cite</a></td> <td>{{ HTMLElement("blockquote") }}, {{ HTMLElement("del") }}, {{ HTMLElement("ins") }}, {{ HTMLElement("q") }}</td> - <td>包含一个URI,用来指明引用或修改的源地址。</td> + <td>包含一个 URI,用来指明引用或修改的源地址。</td> </tr> <tr> <td><a href="/zh-CN/docs/Web/HTML/Global_attributes/class">class</a></td> <td><a href="/en/HTML/Global_attributes" title="en/HTML/Global attributes">全局属性</a></td> - <td>经常和CSS一起配合使用来修饰元素。</td> + <td>经常和 CSS 一起配合使用来修饰元素。</td> </tr> <tr> <td><a href="/zh-CN/docs/Web/HTML/Attributes/code">code</a></td> <td>{{ HTMLElement("applet") }}</td> - <td>标明被加载和执行的applet类文件的URL。</td> + <td>标明被加载和执行的 applet 类文件的 URL。</td> </tr> <tr> <td><a href="/zh-CN/docs/Web/HTML/Attributes/codebase">codebase</a></td> <td>{{ HTMLElement("applet") }}</td> - <td>指出存放applet类文件基本URL地址(绝对或相对),这些文件由code属性标明。</td> + <td>指出存放 applet 类文件基本 URL 地址 (绝对或相对),这些文件由 code 属性标明。</td> </tr> <tr> <td>color</td> <td>{{ HTMLElement("basefont") }}, {{ HTMLElement("font") }}, {{ HTMLElement("hr") }}</td> <td> - <p>此属性可用于指定颜色, 颜色值一般有两种表示:</p> + <p>此属性可用于指定颜色,颜色值一般有两种表示:</p> - <p>1. 以`#`号开头的RGB十六进制数,如#112233, 其中11表示的是R(红),22表示的是G绿(),33表示的是B(蓝)</p> + <p>1. 以`#`号开头的 RGB 十六进制数,如#112233,其中 11 表示的是 R(红),22 表示的是 G 绿 (),33 表示的是 B(蓝)</p> - <p>2. 颜色的英文单词名,如`red`表示红色</p> + <p>2. 颜色的英文单词名,如`red`表示红色</p> </td> </tr> <tr> <td><a href="/zh-CN/docs/Web/HTML/Attributes/cols">cols</a></td> <td>{{ HTMLElement("textarea") }}</td> - <td>定义一个textarea中包含多少列。</td> + <td>定义一个 textarea 中包含多少列。</td> </tr> <tr> <td><a href="/zh-CN/docs/Web/HTML/Attributes/colspan">colspan</a></td> <td>{{ HTMLElement("td") }}, {{ HTMLElement("th") }}</td> - <td>该属性一般用在td标签中,用于指定一个单元格占用多少列,例如:<td colspan='2'>表示占用一个单元格占2列.</td> + <td>该属性一般用在 td 标签中,用于指定一个单元格占用多少列,例如:<td colspan='2'>表示占用一个单元格占 2 列。</td> </tr> <tr> <td><a href="/zh-CN/docs/Web/HTML/Attributes/content">content</a></td> @@ -195,12 +195,12 @@ translation_of: Web/HTML/Attributes <tr> <td><a href="/zh-CN/docs/Web/HTML/Attributes/contextmenu">contextmenu</a></td> <td><a href="/en/HTML/Global_attributes" title="en/HTML/Global attributes">全局属性</a></td> - <td>定义将用作元素上下文菜单的{{HTMLElement("Menu")}}元素的ID。</td> + <td>定义将用作元素上下文菜单的{{HTMLElement("Menu")}}元素的 ID。</td> </tr> <tr> <td><a href="/zh-CN/docs/Web/HTML/Attributes/controls">controls</a></td> <td>{{ HTMLElement("audio") }}, {{ HTMLElement("video") }}</td> - <td>指出浏览器是否对用户显示播放控制台(前进或回退)</td> + <td>指出浏览器是否对用户显示播放控制台 (前进或回退)</td> </tr> <tr> <td><a href="/zh-CN/docs/Web/HTML/Attributes/coords">coords</a></td> @@ -225,7 +225,7 @@ translation_of: Web/HTML/Attributes <p>{{ HTMLElement("object") }}</p> </td> <td> - <p>资源URL地址</p> + <p>资源 URL 地址</p> </td> </tr> <tr> @@ -236,7 +236,7 @@ translation_of: Web/HTML/Attributes <p><a href="/en/HTML/Global_attributes" title="en/HTML/Global attributes">全局属性</a></p> </td> <td> - <p>允许你对于一个HTML元素绑定自定义的属性。</p> + <p>允许你对于一个 HTML 元素绑定自定义的属性。</p> </td> </tr> <tr> @@ -322,7 +322,7 @@ translation_of: Web/HTML/Attributes <tr> <td>height</td> <td>{{ HTMLElement("canvas") }}, {{ HTMLElement("embed") }}, {{ HTMLElement("iframe") }}, {{ HTMLElement("img") }}, {{ HTMLElement("input") }}, {{ HTMLElement("object") }}, {{ HTMLElement("video") }}</td> - <td>注意:在某些情况下,例如<div>,这是一个遗留属性,在这种情况下应该使用CSS height属性。 在其他情况下,例如<canvas>,必须使用此属性指定高度。</td> + <td>注意:在某些情况下,例如<div>,这是一个遗留属性,在这种情况下应该使用 CSS height 属性。 在其他情况下,例如<canvas>,必须使用此属性指定高度。</td> </tr> </tbody> <tbody> @@ -339,7 +339,7 @@ translation_of: Web/HTML/Attributes <tr> <td>href</td> <td>{{ HTMLElement("a") }}, {{ HTMLElement("area") }}, {{ HTMLElement("base") }}, {{ HTMLElement("link") }}</td> - <td>关联资源的URL。</td> + <td>关联资源的 URL。</td> </tr> <tr> <td>hreflang</td> @@ -609,7 +609,7 @@ translation_of: Web/HTML/Attributes <tr> <td>style</td> <td><a href="/en/HTML/Global_attributes" title="en/HTML/Global attributes">全局属性</a></td> - <td>定义CSS样式,这些样式会覆盖之前设置的样式。</td> + <td>定义 CSS 样式,这些样式会覆盖之前设置的样式。</td> </tr> <tr> <td>summary</td> @@ -659,7 +659,7 @@ translation_of: Web/HTML/Attributes </tbody> </table> -<h2 id="内容属性和_IDL属性">内容属性和 IDL属性</h2> +<h2 id="内容属性和_IDL属性">内容属性和 IDL 属性</h2> <p>在 HTML 中,大多数属性都有两副面孔:<strong>内容属性</strong>和 <strong>IDL(接口描述语言)属性</strong>。</p> diff --git a/files/zh-cn/web/html/attributes/pattern/index.md b/files/zh-cn/web/html/attributes/pattern/index.md index 6dde4640cb..934d083503 100644 --- a/files/zh-cn/web/html/attributes/pattern/index.md +++ b/files/zh-cn/web/html/attributes/pattern/index.md @@ -3,7 +3,7 @@ title: 'HTML attribute: pattern' slug: Web/HTML/Attributes/pattern tags: - 属性 - - 约束验证API + - 约束验证 API - HTML - 参考 translation_of: Web/HTML/Attributes/pattern @@ -11,7 +11,7 @@ translation_of: Web/HTML/Attributes/pattern {{HTMLSidebar}} -**`pattern`** 属性规定了一个表单控件的值应该匹配的 [正则表达式](/zh-CN/docs/Web/JavaScript/Guide/Regular_Expressions)。 如果一个非 `null` 值不满足 `pattern` 值设置的约束, {{domxref('ValidityState')}} 对象的只读 {{domxref('ValidityState.patternMismatch','patternMismatch')}} 属性将为真。 +**`pattern`** 属性规定了一个表单控件的值应该匹配的 [正则表达式](/zh-CN/docs/Web/JavaScript/Guide/Regular_Expressions)。 如果一个非 `null` 值不满足 `pattern` 值设置的约束,{{domxref('ValidityState')}} 对象的只读 {{domxref('ValidityState.patternMismatch','patternMismatch')}} 属性将为真。 `pattern` 属性是 {{HTMLElement("input/text", "text")}}, {{HTMLElement("input/tel", "tel")}}, {{HTMLElement("input/email", "email")}}, {{HTMLElement("input/url", "url")}}, {{HTMLElement("input/password", "password")}} 和 {{HTMLElement("input/search", "search")}} 等输入类型的属性。 @@ -67,7 +67,7 @@ input:invalid { 你可以使用 {{htmlattrxref("pattern", "input")}} 属性来指定一个正则表达式,输入的值必须与之匹配,才能被视为有效(参见 [根据正则表达式进行验证](/zh-CN/docs/Learn/Forms/Form_validation#validating_against_a_regular_expression))了解关于使用正则表达式来验证输入的简单速成课程)。 -下面的例子将该值限制为4-8个字符,并要求它只包含小写字母。 +下面的例子将该值限制为 4-8 个字符,并要求它只包含小写字母。 ```html <form> |