aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/big/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/big/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/big/index.html')
-rw-r--r--files/zh-cn/web/html/element/big/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/files/zh-cn/web/html/element/big/index.html b/files/zh-cn/web/html/element/big/index.html
index 2136192d9e..eff8d2cc7c 100644
--- a/files/zh-cn/web/html/element/big/index.html
+++ b/files/zh-cn/web/html/element/big/index.html
@@ -7,10 +7,10 @@ translation_of: Web/HTML/Element/big
<h2 id="概要">概要</h2>
-<p>The HTML Big Element (<code>&lt;big&gt;</code>) 会使字体加大一号(例如从小号(small)到中号(medium),从大号(large)到加大(x-large)),最大不超过浏览器的最大字体。</p>
+<p>The HTML Big Element (<code>&lt;big&gt;</code>) 会使字体加大一号(例如从小号 (small) 到中号 (medium),从大号 (large) 到加大 (x-large)),最大不超过浏览器的最大字体。</p>
<div class="note">
-<p><strong>使用备注: </strong>由于它是纯显示性的,该元素在<a href="/en-US/docs/Web/Guide/HTML/HTML5" title="/en-US/docs/Web/Guide/HTML/HTML5">HTML5</a>中已经被移除,不应当再使用。取而代之,网页开发者应当使用CSS属性。 </p>
+<p><strong>使用备注:</strong>由于它是纯显示性的,该元素在<a href="/en-US/docs/Web/Guide/HTML/HTML5" title="/en-US/docs/Web/Guide/HTML/HTML5">HTML5</a>中已经被移除,不应当再使用。取而代之,网页开发者应当使用 CSS 属性。 </p>
</div>
<h2 id="属性">属性</h2>
@@ -37,9 +37,9 @@ translation_of: Web/HTML/Element/big
<h2 id="DOM_接口">DOM 接口</h2>
-<p>该元素实现了 {{domxref('HTMLElement')}}接口.</p>
+<p>该元素实现了 {{domxref('HTMLElement')}}接口。</p>
-<div class="note"><strong>实现备注: 直到</strong> Gecko 1.9.2, Firefox 为该元素实现了{{domxref('HTMLSpanElement')}}接口.</div>
+<div class="note"><strong>实现备注:直到</strong> Gecko 1.9.2, Firefox 为该元素实现了{{domxref('HTMLSpanElement')}}接口。</div>
<h2 id="浏览器兼容">浏览器兼容</h2>