aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/option
diff options
context:
space:
mode:
authorJason Lee <huacnlee@gmail.com>2022-01-04 17:38:26 +0800
committerIrvin <irvinfly@gmail.com>2022-02-15 22:48:15 +0800
commit01b845e6d402777fe03cc4dd7ed5f21af400eed1 (patch)
treeb3d3d8272d9c7c5207ebb016d072a10d9b7e04ea /files/zh-cn/web/html/element/option
parentc1ed2f39d8921536444e3334bab549d7100a286e (diff)
downloadtranslated-content-01b845e6d402777fe03cc4dd7ed5f21af400eed1.tar.gz
translated-content-01b845e6d402777fe03cc4dd7ed5f21af400eed1.tar.bz2
translated-content-01b845e6d402777fe03cc4dd7ed5f21af400eed1.zip
Improve copywriting for add spaces between Chinese and English words for files/zh-cn/web/html/element.
Diffstat (limited to 'files/zh-cn/web/html/element/option')
-rw-r--r--files/zh-cn/web/html/element/option/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-cn/web/html/element/option/index.html b/files/zh-cn/web/html/element/option/index.html
index ebfbd2df02..b9a33d58b8 100644
--- a/files/zh-cn/web/html/element/option/index.html
+++ b/files/zh-cn/web/html/element/option/index.html
@@ -3,7 +3,7 @@ title: <option>
slug: Web/HTML/Element/option
tags:
- Element
- - HTML表单
+ - HTML 表单
- 元素
- 参考
- 表单
@@ -12,14 +12,14 @@ translation_of: Web/HTML/Element/option
---
<p id="概要">{{HTMLRef}}</p>
-<p><strong>HTML元素<em> </em><code>&lt;option&gt;</code><em> </em></strong> 用于定义在 {{HTMLElement("select")}},  {{HTMLElement("optgroup")}} 或 {{HTMLElement("datalist")}} 元素中包含的项。<code>&lt;option&gt;</code> 可以在弹出窗口和 HTML 文档中的其他项目列表中表示菜单项。</p>
+<p><strong>HTML 元素<em> </em><code>&lt;option&gt;</code><em> </em></strong> 用于定义在 {{HTMLElement("select")}},  {{HTMLElement("optgroup")}} 或 {{HTMLElement("datalist")}} 元素中包含的项。<code>&lt;option&gt;</code> 可以在弹出窗口和 HTML 文档中的其他项目列表中表示菜单项。</p>
<p>{{EmbedInteractiveExample("pages/tabbed/option.html", "tabbed-standard")}}</p>
<ul class="htmlelt">
<li><dfn><a href="/en-US/docs/Web/HTML/Content_categories" title="HTML/Content_categories">内容类别</a></dfn> 无</li>
<li><dfn>允许的内容</dfn>带有最终转义字符(例如 <code>&amp;eacute;</code>)的文本</li>
- <li><dfn>标记省略</dfn> 开始标记是必需的。如果此元素紧接着是另一个 <code>&lt;option&gt;</code> 元素或{{HTMLElement("optgroup")}}, 或者父元素没有其他内容, 则结束标记是可选的。</li>
+ <li><dfn>标记省略</dfn> 开始标记是必需的。如果此元素紧接着是另一个 <code>&lt;option&gt;</code> 元素或{{HTMLElement("optgroup")}}, 或者父元素没有其他内容,则结束标记是可选的。</li>
<li><dfn>Implicit ARIA role</dfn>{{ARIARole("option")}}</li>
<li><dfn>Permitted ARIA roles</dfn>No <code>role</code> permitted</li>
<li><dfn>允许的父元素</dfn> A {{HTMLElement("select")}}, an {{HTMLElement("optgroup")}} or a {{HTMLElement("datalist")}} element.</li>