diff options
| author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 11:39:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-28 00:39:11 +0900 |
| commit | bc229b7a1817de712a408242cc9d8ac469733c4d (patch) | |
| tree | 11bb1435f2e806ebd38f1e2e1014e541c26d1d8a /files/ko/web/css/background-size/index.html | |
| parent | 4c9408f79ed6ccf2b81c4cfaf73cb34cf4d25eb4 (diff) | |
| download | translated-content-bc229b7a1817de712a408242cc9d8ac469733c4d.tar.gz translated-content-bc229b7a1817de712a408242cc9d8ac469733c4d.tar.bz2 translated-content-bc229b7a1817de712a408242cc9d8ac469733c4d.zip | |
remove link 'title' attributes that's just the 'href' (ko) (#1739)
Diffstat (limited to 'files/ko/web/css/background-size/index.html')
| -rw-r--r-- | files/ko/web/css/background-size/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/css/background-size/index.html b/files/ko/web/css/background-size/index.html index 6cbea33bbf..05c4459453 100644 --- a/files/ko/web/css/background-size/index.html +++ b/files/ko/web/css/background-size/index.html @@ -138,7 +138,7 @@ background-size: unset; <h2 id="참고">참고</h2> -<p>If you use a <code><gradient></code> as the background and specify a <code>background-size</code> to go with it, it's best not to specify a size that uses a single <code>auto</code> component, or is specified using only a width value (for example, <code>background-size: 50%</code>). Rendering of <code><gradient></code>s in such cases changed in Firefox 8, and at present is generally inconsistent across browsers, which do not all implement rendering in full accordance with <a href="http://www.w3.org/TR/css3-background/#the-background-size" title="http://www.w3.org/TR/css3-background/#the-background-size">the CSS3 <code>background-size</code> specification</a> and with <a href="http://dev.w3.org/csswg/css3-images/#gradients" title="http://dev.w3.org/csswg/css3-images/#gradients">the CSS3 Image Values gradient specification</a>.</p> +<p>If you use a <code><gradient></code> as the background and specify a <code>background-size</code> to go with it, it's best not to specify a size that uses a single <code>auto</code> component, or is specified using only a width value (for example, <code>background-size: 50%</code>). Rendering of <code><gradient></code>s in such cases changed in Firefox 8, and at present is generally inconsistent across browsers, which do not all implement rendering in full accordance with <a href="http://www.w3.org/TR/css3-background/#the-background-size" title="http://www.w3.org/TR/css3-background/#the-background-size">the CSS3 <code>background-size</code> specification</a> and with <a href="http://dev.w3.org/csswg/css3-images/#gradients">the CSS3 Image Values gradient specification</a>.</p> <pre class="brush: css">.gradient-example { width: 50px; |
