aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/image
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/image
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/image')
-rw-r--r--files/zh-cn/web/html/element/image/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/html/element/image/index.html b/files/zh-cn/web/html/element/image/index.html
index e8d260adec..52dc8c95cf 100644
--- a/files/zh-cn/web/html/element/image/index.html
+++ b/files/zh-cn/web/html/element/image/index.html
@@ -10,7 +10,7 @@ translation_of: Web/HTML/Element/image
<p>HTML <code>&lt;image&gt;元素曾经是一个试验性的元素,用来显示图片。它从未被实现过,请使用标准的</code>{{HTMLElement("img")}}元素。</p>
<div class="note">
-<p><strong>不要使用它!<em> </em></strong>要显示图片,请使用标准的{{HTMLElement("img")}}.</p>
+<p><strong>不要使用它!<em> </em></strong>要显示图片,请使用标准的{{HTMLElement("img")}}.</p>
</div>
-<p>直到Firefox 22,虽然image仍然没有被支持,但是该元素被关联到{{domxref("HTMLSpanElement")}}。现在已经修正,image按照规范要求,被关联到{{domxref("HTMLElement")}} 。</p>
+<p>直到 Firefox 22,虽然 image 仍然没有被支持,但是该元素被关联到{{domxref("HTMLSpanElement")}}。现在已经修正,image 按照规范要求,被关联到{{domxref("HTMLElement")}} 。</p>