aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/details
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/html/element/details')
-rw-r--r--files/zh-cn/web/html/element/details/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/html/element/details/index.html b/files/zh-cn/web/html/element/details/index.html
index aa33ec2e53..d13992ce21 100644
--- a/files/zh-cn/web/html/element/details/index.html
+++ b/files/zh-cn/web/html/element/details/index.html
@@ -191,7 +191,7 @@ details > p {
<p>{{HTMLElement("summary")}} 元素支持 {{cssxref("list-style")}}缩写属性或者完全属性,比如{{cssxref("list-style-type")}},可以使用它们任意改变三角(通常是使用{{cssxref("list-style-image")}})。例如,我们可以使用<code>list-style: none</code>移除三角形。</p>
-<p>Chrome尚不支持此功能,因此我们还需要使用其非标准<code>::-webkit-details-marker</code><a href="/en-US/docs/Web/CSS/Pseudo-elements">伪元素</a>来自定义。</p>
+<p>Chrome 尚不支持此功能,因此我们还需要使用其非标准<code>::-webkit-details-marker</code><a href="/en-US/docs/Web/CSS/Pseudo-elements">伪元素</a>来自定义。</p>
<h4 id="CSS_2">CSS</h4>
@@ -222,7 +222,7 @@ details &gt; p {
}
</pre>
-<p>该CSS的外观类似于选项卡界面,在该界面中,激活选项卡将展开并打开它以显示其内容。</p>
+<p>该 CSS 的外观类似于选项卡界面,在该界面中,激活选项卡将展开并打开它以显示其内容。</p>
<h4 id="HTML_2">HTML</h4>