aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/datalist
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/datalist
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/datalist')
-rw-r--r--files/zh-cn/web/html/element/datalist/index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/files/zh-cn/web/html/element/datalist/index.html b/files/zh-cn/web/html/element/datalist/index.html
index 81f2debb2d..d87134fd15 100644
--- a/files/zh-cn/web/html/element/datalist/index.html
+++ b/files/zh-cn/web/html/element/datalist/index.html
@@ -6,17 +6,17 @@ tags:
- HTML
translation_of: Web/HTML/Element/datalist
---
-<p id="概述"><strong><em>HTML </em><code>&lt;datalist&gt;</code><em>元素</em></strong>包含了一组{{HTMLElement("option")}}元素,这些元素表示其它表单控件可选值.</p>
+<p id="概述"><strong><em>HTML </em><code>&lt;datalist&gt;</code><em>元素</em></strong>包含了一组{{HTMLElement("option")}}元素,这些元素表示其它表单控件可选值。</p>
<p>{{EmbedInteractiveExample("pages/tabbed/datalist.html", "tabbed-standard")}}</p>
<ul class="htmlelt">
<li><dfn><a href="https://developer.mozilla.org/en-US/docs/HTML/Content_categories" title="HTML/Content_categories">内容范畴</a></dfn><a href="https://developer.mozilla.org/en-US/docs/HTML/Content_categories#Flow_content" title="HTML/Content categories#Flow content">流内容</a>,<a href="https://developer.mozilla.org/en-US/docs/HTML/Content_categories#Phrasing_content" title="HTML/Content categories#Phrasing content">段落内容</a>。</li>
- <li><dfn>允许内容</dfn>要么 <a href="https://developer.mozilla.org/en-US/docs/HTML/Content_categories#Phrasing_content" title="HTML/Content_categories#Phrasing_content">段落内容</a> 要么 0个或多个 {{HTMLElement("option")}}元素.</li>
+ <li><dfn>允许内容</dfn>要么 <a href="https://developer.mozilla.org/en-US/docs/HTML/Content_categories#Phrasing_content" title="HTML/Content_categories#Phrasing_content">段落内容</a> 要么 0 个或多个 {{HTMLElement("option")}}元素。</li>
<li><dfn>遗漏标签</dfn>{{no_tag_omission}}</li>
- <li><dfn>允许父级元素</dfn>任何接受<a href="https://developer.mozilla.org/en-US/docs/HTML/Content_categories#Phrasing_content" title="HTML/Content_categories#Phrasing_content">段落内容</a>的元素.</li>
+ <li><dfn>允许父级元素</dfn>任何接受<a href="https://developer.mozilla.org/en-US/docs/HTML/Content_categories#Phrasing_content" title="HTML/Content_categories#Phrasing_content">段落内容</a>的元素。</li>
<li><dfn>Permitted ARIA roles</dfn>None</li>
- <li><dfn>DOM接口</dfn>{{domxref("HTMLDataListElement")}}</li>
+ <li><dfn>DOM 接口</dfn>{{domxref("HTMLDataListElement")}}</li>
</ul>
<h2 id="属性">属性</h2>
@@ -69,11 +69,11 @@ translation_of: Web/HTML/Element/datalist
<h2 id="Polyfill">Polyfill</h2>
-<p>以下Polyfill旨在支持旧的或者目前不兼容的浏览器:<a href="https://github.com/mfranzke/datalist-polyfill">datalist-polyfill</a></p>
+<p>以下 Polyfill 旨在支持旧的或者目前不兼容的浏览器:<a href="https://github.com/mfranzke/datalist-polyfill">datalist-polyfill</a></p>
<h2 id="参见">参见</h2>
<ul>
<li class="last">{{ HTMLElement("input") }} 元素,它更特殊的 {{ htmlattrxref("list", "input") }} 属性;</li>
- <li class="last"> {{ HTMLElement("option") }}元素.</li>
+ <li class="last"> {{ HTMLElement("option") }}元素。</li>
</ul>