diff options
Diffstat (limited to 'files/zh-cn/web/html/element/option/index.html')
-rw-r--r-- | files/zh-cn/web/html/element/option/index.html | 6 |
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><option></code><em> </em></strong> 用于定义在 {{HTMLElement("select")}}, {{HTMLElement("optgroup")}} 或 {{HTMLElement("datalist")}} 元素中包含的项。<code><option></code> 可以在弹出窗口和 HTML 文档中的其他项目列表中表示菜单项。</p> +<p><strong>HTML 元素<em> </em><code><option></code><em> </em></strong> 用于定义在 {{HTMLElement("select")}}, {{HTMLElement("optgroup")}} 或 {{HTMLElement("datalist")}} 元素中包含的项。<code><option></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>&eacute;</code>)的文本</li> - <li><dfn>标记省略</dfn> 开始标记是必需的。如果此元素紧接着是另一个 <code><option></code> 元素或{{HTMLElement("optgroup")}}, 或者父元素没有其他内容, 则结束标记是可选的。</li> + <li><dfn>标记省略</dfn> 开始标记是必需的。如果此元素紧接着是另一个 <code><option></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> |