aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/css_lists_and_counters/index.md
blob: 7f8917990cfee5de477d17bf7235d9ab80296261 (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
---
title: CSS リスト
slug: Web/CSS/CSS_Lists_and_Counters
tags:
  - CSS
  - CSS リスト
  - ガイド
  - 概要
  - Reference
translation_of: Web/CSS/CSS_Lists_and_Counters
---
{{CSSRef}}

**CSS リスト** (CSS List) は CSS モジュールの一つで、リストのレイアウトとスタイル付け方法を定義します。

## リファレンス

## プロパティ

- {{cssxref("list-style-image")}}
- {{cssxref("list-style-type")}}
- {{cssxref("list-style-position")}}
- {{cssxref("list-style")}}

## ガイド

- [一貫したリストのインデント](/ja/docs/Web/CSS/CSS_Lists_and_Counters/Consistent_list_indentation)
  - : 異なるブラウザー同士でも一貫したリストのインデントを実現する方法を説明します。
- [CSS カウンターの使用](/docs/Web/CSS/CSS_Lists_and_Counters/Using_CSS_counters)
  - : リストのカウンターを制御するために CSS カウンタープロパティを使用する方法を説明します。

## 仕様書

| 仕様書                                  | 状態                    | 備考     |
| --------------------------------------- | ----------------------- | -------- |
| {{SpecName('CSS3 Lists')}}              | {{Spec2('CSS3 Lists')}} |          |
| {{SpecName('CSS2.1', 'generate.html')}} | {{Spec2('CSS2.1')}}     | 初回定義 |