aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-08-02 22:42:50 -0400
committerGitHub <noreply@github.com>2021-08-03 11:42:50 +0900
commitb3400a41e5ff084784e4557bb07c0a351a34d477 (patch)
tree777b9536d6076b57d63328a61d99d4a8a8b6a811 /files/ja/web/css
parentc372556f6b6e736496dce8f62f8ca346496c3e93 (diff)
downloadtranslated-content-b3400a41e5ff084784e4557bb07c0a351a34d477.tar.gz
translated-content-b3400a41e5ff084784e4557bb07c0a351a34d477.tar.bz2
translated-content-b3400a41e5ff084784e4557bb07c0a351a34d477.zip
remove link 'title' attributes that's just the 'href' (ja, part 4) (#1851)
Diffstat (limited to 'files/ja/web/css')
-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;