aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/css/background-size
diff options
context:
space:
mode:
authortristantheb <tristantheb@gmail.com>2021-04-21 16:21:07 +0200
committerIrvin <irvinfly@gmail.com>2021-04-22 00:40:28 +0800
commite9bb21320278d88f6795525b4bb6c91b90711fcc (patch)
tree954e9ca33c74f55cacebf9929ba640caf0b88c4c /files/zh-cn/web/css/background-size
parent3c2908eafe5aacd2b98c1b4e23a8da28a120dbeb (diff)
downloadtranslated-content-e9bb21320278d88f6795525b4bb6c91b90711fcc.tar.gz
translated-content-e9bb21320278d88f6795525b4bb6c91b90711fcc.tar.bz2
translated-content-e9bb21320278d88f6795525b4bb6c91b90711fcc.zip
KS: Removal of the least used macros
Diffstat (limited to 'files/zh-cn/web/css/background-size')
-rw-r--r--files/zh-cn/web/css/background-size/index.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/files/zh-cn/web/css/background-size/index.html b/files/zh-cn/web/css/background-size/index.html
index 4fd689d375..debb3e69d8 100644
--- a/files/zh-cn/web/css/background-size/index.html
+++ b/files/zh-cn/web/css/background-size/index.html
@@ -156,9 +156,7 @@ background-size: 50% 25%;</code></pre>
<p>位图一定有固有尺寸与固有比例,矢量图可能两者都有,也可能只有一个。渐变视为只有固有尺寸或者只有固有比例的图片。</p>
<div class="geckoVersionNote">
-<p>{{gecko_callout_heading("8.0")}}</p>
-
-<p>This behavior changed in Gecko 8.0 {{geckoRelease("8.0")}}. Before this, gradients were treated as images with no intrinsic dimensions, with an intrinsic proportion identical to that of the background positioning area.</p>
+<p>This behavior changed in Gecko 8.0. Before this, gradients were treated as images with no intrinsic dimensions, with an intrinsic proportion identical to that of the background positioning area.</p>
</div>
<p>由 {{cssxref("-moz-element")}} 生成的背景图片,(which actually match an element) are currently treated as images with the dimensions of the element, or of the background positioning area if the element is SVG, with the corresponding intrinsic proportion.</p>