diff options
| author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 12:04:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-28 01:04:27 +0900 |
| commit | 2fc1eb1780a60adb6a5730112385ec735cd22d69 (patch) | |
| tree | cc230c56a692c1a7cd63f7d351f50a902f8f9bd9 /files/ko/web/css/background-size | |
| parent | dcc2714189d050e2b8b7911b3778bb5229752afe (diff) | |
| download | translated-content-2fc1eb1780a60adb6a5730112385ec735cd22d69.tar.gz translated-content-2fc1eb1780a60adb6a5730112385ec735cd22d69.tar.bz2 translated-content-2fc1eb1780a60adb6a5730112385ec735cd22d69.zip | |
remove link 'title' attributes that's just the 'href' (ko, part 2) (#1740)
Diffstat (limited to 'files/ko/web/css/background-size')
| -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 05c4459453..8de4178641 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">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">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; |
