From 37098ab8810171ed9bb5794740c279d75e461708 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Thu, 16 Dec 2021 23:32:08 +0900 Subject: 2021/11/07 時点の英語版に同期 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/css/css_counter_styles/index.md | 134 +++++++++++---------------- 1 file changed, 52 insertions(+), 82 deletions(-) (limited to 'files') diff --git a/files/ja/web/css/css_counter_styles/index.md b/files/ja/web/css/css_counter_styles/index.md index b8618a0d33..d8ec39abce 100644 --- a/files/ja/web/css/css_counter_styles/index.md +++ b/files/ja/web/css/css_counter_styles/index.md @@ -4,88 +4,58 @@ slug: Web/CSS/CSS_Counter_Styles tags: - CSS - CSS カウンタースタイル - - Reference + - ガイド + - NeedsContent - 概要 + - リファレンス translation_of: Web/CSS/CSS_Counter_Styles --- -
{{cssref}}
- -

CSS カウンタースタイル (CSS Counter Styles) は CSS のモジュールの一つで、独自のカウンタースタイルを定義することができます。

- -

リファレンス

- -

プロパティ

- -
- -
- -

@-規則

- -
-
{{cssxref("@counter-style")}}
-
-
-
    -
  • {{cssxref("@counter-style/system","system")}}
  • -
  • {{cssxref("@counter-style/additive-symbols", "additive-symbols")}}
  • -
  • {{cssxref("@counter-style/negative", "negative")}}
  • -
  • {{cssxref("@counter-style/prefix", "prefix")}}
  • -
  • {{cssxref("@counter-style/suffix", "suffix")}}
  • -
  • {{cssxref("@counter-style/range", "range")}}
  • -
  • {{cssxref("@counter-style/pad", "pad")}}
  • -
  • {{cssxref("@counter-style/speak-as", "speak-as")}}
  • -
  • {{cssxref("@counter-style/fallback", "fallback")}}
  • -
-
-
-
- -

ガイド

- -
-
CSS カウンターの使用
-
カウンターを使用して HTML 要素に番号を振る方法や、複雑なカウンターを実行する方法を説明します。
-
- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName('CSS3 Counter Styles')}}{{Spec2('CSS3 Counter Styles')}}初回定義
- -

ブラウザーの対応

- -

@counter-style 規則

- -
-

{{Compat("css.at-rules.counter-style")}}

- -

counter-increment プロパティ

- -
-

{{Compat("css.properties.counter-increment")}}

- -

counter-reset プロパティ

- -
-

{{Compat("css.properties.counter-reset")}}

-
-
-
+{{CSSRef}} + +**CSS カウンタースタイル** (CSS Counter Styles) は CSS のモジュールの一つで、独自のカウンタースタイルを定義することができます。 + +## リファレンス + +### プロパティ + +- {{cssxref("counter-increment")}} +- {{cssxref("counter-reset")}} + +### アットルール + +- {{cssxref("@counter-style")}} + + - {{cssxref("@counter-style/system","system")}} + - {{cssxref("@counter-style/additive-symbols", "additive-symbols")}} + - {{cssxref("@counter-style/negative", "negative")}} + - {{cssxref("@counter-style/prefix", "prefix")}} + - {{cssxref("@counter-style/suffix", "suffix")}} + - {{cssxref("@counter-style/range", "range")}} + - {{cssxref("@counter-style/pad", "pad")}} + - {{cssxref("@counter-style/speak-as", "speak-as")}} + - {{cssxref("@counter-style/fallback", "fallback")}} + +## ガイド + +- [CSS カウンターの使用](/ja/docs/Web/CSS/CSS_Counter_Styles/Using_CSS_counters) + - : カウンターを使用して HTML 要素に番号を振る方法や、複雑なカウンターを実行する方法を説明します。 + +## 仕様書 + +| 仕様書 | 状態 | 備考 | +| ----------------------------------- | -------------------------------- | -------- | +| {{SpecName('CSS3 Counter Styles')}} | {{Spec2('CSS3 Counter Styles')}} | 初回定義 | + +## ブラウザーの互換性 + +### `@counter-style` ルール + +{{Compat("css.at-rules.counter-style")}} + +### `counter-increment` プロパティ + +{{Compat("css.properties.counter-increment")}} + +### `counter-reset` プロパティ + +{{Compat("css.properties.counter-reset")}} -- cgit v1.2.3-54-g00ecf