aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/summary/index.html
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/summary/index.html
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/summary/index.html')
-rw-r--r--files/zh-cn/web/html/element/summary/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-cn/web/html/element/summary/index.html b/files/zh-cn/web/html/element/summary/index.html
index c959270b5d..9a88c9b57b 100644
--- a/files/zh-cn/web/html/element/summary/index.html
+++ b/files/zh-cn/web/html/element/summary/index.html
@@ -16,7 +16,7 @@ translation_of: Web/HTML/Element/summary
<p><strong>HTML <code>&lt;summary&gt; </code>元素 </strong>用作 一个{{HTMLElement("details")}}元素的一个内容的摘要,标题或图例。</p>
-<div class="note"><strong>提示:</strong> 如果 <code>&lt;summary&gt;</code> 元素在浏览器内不能被正确解析和渲染,,则会展示&lt;details&gt;标签内的其他内容。</div>
+<div class="note"><strong>提示:</strong> 如果 <code>&lt;summary&gt;</code> 元素在浏览器内不能被正确解析和渲染,,则会展示&lt;details&gt;标签内的其他内容。</div>
<table class="properties">
<tbody>
@@ -41,7 +41,7 @@ translation_of: Web/HTML/Element/summary
<h2 id="DOM_接口">DOM 接口</h2>
-<p>本元素支持 {{domxref("HTMLElement")}} 接口.</p>
+<p>本元素支持 {{domxref("HTMLElement")}} 接口。</p>
<h2 id="示例">示例</h2>
@@ -49,7 +49,7 @@ translation_of: Web/HTML/Element/summary
<p style="color: red;">In summation, get details from the link on the next line</p>
</details>
-<p>请参考 {{ HTMLElement("details") }} 页面内有关 &lt;summary&gt;元素的示例.</p>
+<p>请参考 {{ HTMLElement("details") }} 页面内有关 &lt;summary&gt;元素的示例。</p>
<h2 id="Specifications" name="Specifications">规范</h2>