From 86bfc6444602934695b25cee06320c49946e513c Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Mon, 2 Aug 2021 12:14:40 -0400 Subject: remove link 'title' attributes that's just the 'href' (ja, part 3) (#1840) --- files/ja/web/css/@charset/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ja/web/css/@charset') 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

スタイルシートの文字エンコーディングを定義する方法は複数あるので、ブラウザは次の手順を順番に試します (そして 1 つでも結果が得られると止めます):

    -
  1. ファイル先頭にある Unicode byte-order 文字 (BOM) の値
  2. +
  3. ファイル先頭にある Unicode byte-order 文字 (BOM) の値
  4. Content-Type: HTTP ヘッダーの charset 属性、またはスタイルシートを送るのに使われたプロトコル内の同等のものから、得られた値
  5. CSS の @charset at-規則
  6. 文書参照で定義されている文字エンコーディングを使用。{{HTMLElement("link")}} 要素の charset 属性です。この方式は HTML5 で廃止されており、使うべきではありません。
  7. -- cgit v1.2.3-54-g00ecf