aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/css_charsets/index.md
blob: 2812d55d9e67123d62e7926bb00bed4981848d47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
title: CSS 文字セット
slug: Web/CSS/CSS_Charsets
tags:
  - CSS
  - CSS 文字セット
  - CSS 構文
  - Reference
  - 概要
translation_of: Web/CSS/CSS_Charsets
---
<div>{{CSSRef}}</div>

<p><ruby><strong>CSS 文字セット</strong><rp> (</rp><rt>CSS Charsets</rt><rp>) </rp></ruby>は CSS のモジュールの一つで、スタイルシート内で使用される文字セットを指定します。</p>

<h2 id="Reference" name="Reference">リファレンス</h2>

<h3 id="At-rules" name="At-rules">@-規則</h3>

<div class="index">
<ul>
 <li>{{cssxref("@charset")}}</li>
</ul>
</div>

<h2 id="Specifications" name="Specifications">仕様書</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">仕様書</th>
   <th scope="col">状態</th>
   <th scope="col">備考</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{SpecName('CSS2.1', 'syndata.html#x57', '@charset')}}</td>
   <td>{{Spec2('CSS2.1')}}</td>
   <td>初回定義</td>
  </tr>
 </tbody>
</table>

<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの対応</h2>

<h3 id="charset_規則"><code>@charset</code> 規則</h3>

<div>
<p>{{Compat("css.at-rules.charset")}}</p>
</div>