aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/@charset
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-08-02 12:14:40 -0400
committerGitHub <noreply@github.com>2021-08-03 01:14:40 +0900
commit86bfc6444602934695b25cee06320c49946e513c (patch)
tree2ce5eb781371782e29d22e92429dd8feae013167 /files/ja/web/css/@charset
parent038ca04f4d551f547894b71d337b822d66c8a2b5 (diff)
downloadtranslated-content-86bfc6444602934695b25cee06320c49946e513c.tar.gz
translated-content-86bfc6444602934695b25cee06320c49946e513c.tar.bz2
translated-content-86bfc6444602934695b25cee06320c49946e513c.zip
remove link 'title' attributes that's just the 'href' (ja, part 3) (#1840)
Diffstat (limited to 'files/ja/web/css/@charset')
-rw-r--r--files/ja/web/css/@charset/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/css/@charset/index.html b/files/ja/web/css/@charset/index.html
index f74627226f..570f4bc9c0 100644
--- a/files/ja/web/css/@charset/index.html
+++ b/files/ja/web/css/@charset/index.html
@@ -20,7 +20,7 @@ translation_of: Web/CSS/@charset
<p>スタイルシートの文字エンコーディングを定義する方法は複数あるので、ブラウザは次の手順を順番に試します (そして 1 つでも結果が得られると止めます):</p>
<ol>
- <li>ファイル先頭にある <a href="http://ja.wikipedia.org/wiki/%E3%83%90%E3%82%A4%E3%83%88%E9%A0%86%E3%83%9E%E3%83%BC%E3%82%AF" title="http://en.wikipedia.org/wiki/Byte_order_mark">Unicode byte-order</a> 文字 (BOM) の値</li>
+ <li>ファイル先頭にある <a href="http://ja.wikipedia.org/wiki/%E3%83%90%E3%82%A4%E3%83%88%E9%A0%86%E3%83%9E%E3%83%BC%E3%82%AF">Unicode byte-order</a> 文字 (BOM) の値</li>
<li><code>Content-Type:</code> HTTP ヘッダーの <code>charset</code> 属性、またはスタイルシートを送るのに使われたプロトコル内の同等のものから、得られた値</li>
<li>CSS の <code>@charset</code> at-規則</li>
<li>文書参照で定義されている文字エンコーディングを使用。{{HTMLElement("link")}} 要素の <code>charset</code> 属性です。この方式は HTML5 で廃止されており、使うべきではありません。</li>