aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/html/element/img/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/html/element/img/index.html')
-rw-r--r--files/ja/web/html/element/img/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/html/element/img/index.html b/files/ja/web/html/element/img/index.html
index 19a1fcb7ca..a01ea4629f 100644
--- a/files/ja/web/html/element/img/index.html
+++ b/files/ja/web/html/element/img/index.html
@@ -328,7 +328,7 @@ translation_of: Web/HTML/Element/img
<p>The {{htmlattrxref("title")}} 属性を <code>alt</code> 属性の代わりに利用することはできません。加えて、 <code>alt</code> 属性の値を同じ画像の <code>title</code> 属性に複製して宣言することは避けてください。このようにすると、読み上げソフトが説明を二回読み上げ、操作を混乱させる可能性があります。</p>
-<p><code>title</code> 属性は、画像の <code>alt</code> の説明と組み合わせた補助的な説明として使用するべきでもありません。画像にキャプションが必要であれば、 <code><a href="/en-US/docs/Web/HTML/Element/figure">figure</a></code> および <code><a href="/en-US/docs/Web/HTML/Element/figcaption">figcaption</a></code> 要素と組み合わせて使用してください。</p>
+<p><code>title</code> 属性は、画像の <code>alt</code> の説明と組み合わせた補助的な説明として使用するべきでもありません。画像にキャプションが必要であれば、 <code><a href="/ja/docs/Web/HTML/Element/figure">figure</a></code> および <code><a href="/ja/docs/Web/HTML/Element/figcaption">figcaption</a></code> 要素と組み合わせて使用してください。</p>
<p><code>title</code> 属性の値は、よくツールチップとして、画像の上でカーソルを停止させた後で間もなく表示されます。これはユーザーに追加の情報を提供する<em>ことができます</em>が、ユーザーが必ず見ると仮定してはいけません。ユーザーが見ることが特に重要または有益である情報があるのであれば、上記の <code>title</code> を使用するのではなく、何らかの方法で行内に表示するべきです。</p>