aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/summary
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/html/element/summary')
-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>