diff options
| author | Peter Bengtsson <mail@peterbe.com> | 2021-07-31 07:48:41 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-31 19:48:41 +0800 |
| commit | 17dbc4b436381a778fd2661efe729e8f3ee4ac6c (patch) | |
| tree | f6660405619b8b2e413e55398dad9ad390d7a16e /files/zh-cn/web/css/background-size/index.html | |
| parent | 81ae7cf946d4d81c114b436123137718b88824c2 (diff) | |
| download | translated-content-17dbc4b436381a778fd2661efe729e8f3ee4ac6c.tar.gz translated-content-17dbc4b436381a778fd2661efe729e8f3ee4ac6c.tar.bz2 translated-content-17dbc4b436381a778fd2661efe729e8f3ee4ac6c.zip | |
remove link 'title' attributes that's just the 'href' (zh-cn, part 4) (#1797)
Diffstat (limited to 'files/zh-cn/web/css/background-size/index.html')
| -rw-r--r-- | files/zh-cn/web/css/background-size/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/css/background-size/index.html b/files/zh-cn/web/css/background-size/index.html index debb3e69d8..e7f34927fa 100644 --- a/files/zh-cn/web/css/background-size/index.html +++ b/files/zh-cn/web/css/background-size/index.html @@ -190,7 +190,7 @@ background-size: 50% 25%;</code></pre> <h2 id="备注">备注</h2> -<p>如果用渐变作为背景并且对它使用了<code>background-size</code> ,最好不要只用一个auto, 或者只指定一个宽度值 (例如 <code>background-size: 50%</code>)。对这两种情况 Firefox 8有所改变, 并且目前各浏览器表现不一致,不是全部浏览器都完全支持 <a href="http://www.w3.org/TR/css3-background/#the-background-size" title="http://www.w3.org/TR/css3-background/#the-background-size">CSS3 <code>background-size</code> 规范</a> 与 <a href="http://dev.w3.org/csswg/css3-images/#gradients" title="http://dev.w3.org/csswg/css3-images/#gradients">CSS3 Image Values gradient 规范</a> 。</p> +<p>如果用渐变作为背景并且对它使用了<code>background-size</code> ,最好不要只用一个auto, 或者只指定一个宽度值 (例如 <code>background-size: 50%</code>)。对这两种情况 Firefox 8有所改变, 并且目前各浏览器表现不一致,不是全部浏览器都完全支持 <a href="http://www.w3.org/TR/css3-background/#the-background-size" title="http://www.w3.org/TR/css3-background/#the-background-size">CSS3 <code>background-size</code> 规范</a> 与 <a href="http://dev.w3.org/csswg/css3-images/#gradients">CSS3 Image Values gradient 规范</a> 。</p> <pre class="brush: css notranslate">.bar { width: 50px; height: 100px; |
