aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/htmlimageelement
diff options
context:
space:
mode:
authort7yang <t7yang@gmail.com>2021-07-17 16:10:02 +0800
committerIrvin <irvinfly@gmail.com>2021-07-19 23:04:27 +0800
commita02f4b2f60c81e09b318a090e5c9c2d2d641c878 (patch)
tree2b1849e7a34cb367ff6624e35a35fc827eceef6b /files/zh-cn/web/api/htmlimageelement
parent8af4d5e8a260f3474b4273d573532ec6fec08ab4 (diff)
downloadtranslated-content-a02f4b2f60c81e09b318a090e5c9c2d2d641c878.tar.gz
translated-content-a02f4b2f60c81e09b318a090e5c9c2d2d641c878.tar.bz2
translated-content-a02f4b2f60c81e09b318a090e5c9c2d2d641c878.zip
replace wiki links in zh-CN
Diffstat (limited to 'files/zh-cn/web/api/htmlimageelement')
-rw-r--r--files/zh-cn/web/api/htmlimageelement/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/htmlimageelement/index.html b/files/zh-cn/web/api/htmlimageelement/index.html
index 19ae9dd455..bf35d8b582 100644
--- a/files/zh-cn/web/api/htmlimageelement/index.html
+++ b/files/zh-cn/web/api/htmlimageelement/index.html
@@ -29,7 +29,7 @@ translation_of: Web/API/HTMLImageElement
<dd>一个 {{domxref("DOMString")}} 表示这个img元素的 CORS 设置。参考 <a href="/en-US/docs/HTML/CORS_settings_attributes" title="HTML/CORS settings attributes">CORS settings attributes</a>。This may be <code>null</code> if CORS is not used.</dd>
<dt>{{domxref("HTMLImageElement.currentSrc")}} {{readonlyInline}}</dt>
<dd>返回一个 {{domxref("DOMString")}}  表示加载当前显示的图像的URL。<br>
- 这可能会改变,因为图像是调整,由于不断变化的条件,由任何 <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries">media queries</a> 的地方。</dd>
+ 这可能会改变,因为图像是调整,由于不断变化的条件,由任何 <a href="/zh-CN/docs/Web/CSS/Media_Queries">media queries</a> 的地方。</dd>
<dt>{{domxref("HTMLImageElement.decoding")}}</dt>
<dd>An optional {{domxref("DOMString")}} representing a hint given to the browser on how it should decode the image. If this value is provided, it must be one of the possible permitted values: <code>sync</code> to decode the image synchronously, <code>async</code> to decode it asynchronously, or <code>auto</code> to indicate no preference (which is the default). Read the {{domxref("HTMLImageElement.decoding", "decoding")}} page for details on the implications of this property's values.</dd>
<dt>{{domxref("HTMLImageElement.height")}}</dt>