aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/blink
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/blink
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/blink')
-rw-r--r--files/zh-cn/web/html/element/blink/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/files/zh-cn/web/html/element/blink/index.html b/files/zh-cn/web/html/element/blink/index.html
index 43dffb7fe4..93fb766928 100644
--- a/files/zh-cn/web/html/element/blink/index.html
+++ b/files/zh-cn/web/html/element/blink/index.html
@@ -5,28 +5,28 @@ translation_of: Web/HTML/Element/blink
---
<div>{{Deprecated_header}} {{obsolete_header}}</div>
-<p>HTML Blink Element (<code>&lt;blink&gt;</code>)不是标准元素,它会使包含其中的文本闪烁。</p>
+<p>HTML Blink Element (<code>&lt;blink&gt;</code>) 不是标准元素,它会使包含其中的文本闪烁。</p>
<div class="warning">
-<p class="note"><strong>警告:</strong> 不要使用这个元素,它已经被<strong>淘汰</strong>。闪烁字体不符合无障碍标准,CSS规范允许浏览器忽略闪烁值。</p>
+<p class="note"><strong>警告:</strong> 不要使用这个元素,它已经被<strong>淘汰</strong>。闪烁字体不符合无障碍标准,CSS 规范允许浏览器忽略闪烁值。</p>
</div>
<h2 id="DOM_接口">DOM 接口</h2>
-<p>该元素不被支持,因而实现了{{domxref("HTMLUnknownElement")}} 接口.</p>
+<p>该元素不被支持,因而实现了{{domxref("HTMLUnknownElement")}} 接口。</p>
<h2 id="示例">示例</h2>
<pre class="brush:html">&lt;blink&gt;Why would somebody use this?&lt;/blink&gt;
</pre>
-<h3 id="结果_(淡化!)">结果 (淡化!)</h3>
+<h3 id="结果_(淡化!)">结果 (淡化!)</h3>
<p><img alt="Image:HTMLBlinkElement.gif" src="/@api/deki/files/247/=HTMLBlinkElement.gif"></p>
<h2 id="规范">规范</h2>
-<p>该元素不是标准元素,不属于规范的一部分. 不信的话,<a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#non-conforming-features"> 你自己来看HTML规范文档</a>.</p>
+<p>该元素不是标准元素,不属于规范的一部分。不信的话,<a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#non-conforming-features"> 你自己来看 HTML 规范文档</a>.</p>
<h2 id="浏览器兼容">浏览器兼容</h2>