aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/background-size/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/css/background-size/index.html')
-rw-r--r--files/ja/web/css/background-size/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/css/background-size/index.html b/files/ja/web/css/background-size/index.html
index 8da8d69d5f..ee81417c6b 100644
--- a/files/ja/web/css/background-size/index.html
+++ b/files/ja/web/css/background-size/index.html
@@ -138,7 +138,7 @@ background-size: unset;
<h2 id="Notes" name="Notes">メモ</h2>
-<p>背景としてグラデーションを定義し、<code>background-size</code> をそれにあわせて定義した場合には、単独の auto を使うサイズを指定しないか、width 値だけを使って定義するのがよいでしょう (例えば <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>
+<p>背景としてグラデーションを定義し、<code>background-size</code> をそれにあわせて定義した場合には、単独の auto を使うサイズを指定しないか、width 値だけを使って定義するのがよいでしょう (例えば <code>background-size: 50%</code>)。こういった場合のグラデーションの描画方法は Firefox 8 で変更され、現在のところ <a href="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">.gradient-example {
width: 50px;