aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-12-16 23:32:08 +0900
committerpotappo <potappo@gmail.com>2021-12-18 15:59:44 +0900
commit37098ab8810171ed9bb5794740c279d75e461708 (patch)
tree2043992530c05181dbf541e572592189ac1f493f
parent32193e51b99b5f01a61e65359d81648352cb408c (diff)
downloadtranslated-content-37098ab8810171ed9bb5794740c279d75e461708.tar.gz
translated-content-37098ab8810171ed9bb5794740c279d75e461708.tar.bz2
translated-content-37098ab8810171ed9bb5794740c279d75e461708.zip
2021/11/07 時点の英語版に同期
-rw-r--r--files/ja/web/css/css_counter_styles/index.md134
1 files changed, 52 insertions, 82 deletions
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
---
-<div>{{cssref}}</div>
-
-<p><ruby><strong>CSS カウンタースタイル</strong><rp> (</rp><rt>CSS Counter Styles</rt><rp>) </rp></ruby>は CSS のモジュールの一つで、独自のカウンタースタイルを定義することができます。</p>
-
-<h2 id="Reference" name="Reference">リファレンス</h2>
-
-<h3 id="Properties" name="Properties">プロパティ</h3>
-
-<div class="index">
-<ul>
- <li>{{cssxref("counter-increment")}}</li>
- <li>{{cssxref("counter-reset")}}</li>
-</ul>
-</div>
-
-<h3 id="At-rules" name="At-rules">@-規則</h3>
-
-<dl>
- <dt>{{cssxref("@counter-style")}}</dt>
- <dd>
- <div class="index">
- <ul>
- <li>{{cssxref("@counter-style/system","system")}}</li>
- <li>{{cssxref("@counter-style/additive-symbols", "additive-symbols")}}</li>
- <li>{{cssxref("@counter-style/negative", "negative")}}</li>
- <li>{{cssxref("@counter-style/prefix", "prefix")}}</li>
- <li>{{cssxref("@counter-style/suffix", "suffix")}}</li>
- <li>{{cssxref("@counter-style/range", "range")}}</li>
- <li>{{cssxref("@counter-style/pad", "pad")}}</li>
- <li>{{cssxref("@counter-style/speak-as", "speak-as")}}</li>
- <li>{{cssxref("@counter-style/fallback", "fallback")}}</li>
- </ul>
- </div>
- </dd>
-</dl>
-
-<h2 id="Guides" name="Guides">ガイド</h2>
-
-<dl>
- <dt><a href="/ja/docs/Web/CSS/CSS_Counter_Styles/Using_CSS_counters">CSS カウンターの使用</a></dt>
- <dd>カウンターを使用して HTML 要素に番号を振る方法や、複雑なカウンターを実行する方法を説明します。</dd>
-</dl>
-
-<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('CSS3 Counter Styles')}}</td>
- <td>{{Spec2('CSS3 Counter Styles')}}</td>
- <td>初回定義</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの対応</h2>
-
-<h3 id="counter-style_規則"><code>@counter-style</code> 規則</h3>
-
-<div>
-<p>{{Compat("css.at-rules.counter-style")}}</p>
-
-<h3 id="counter-increment_プロパティ"><code>counter-increment</code> プロパティ</h3>
-
-<div>
-<p>{{Compat("css.properties.counter-increment")}}</p>
-
-<h3 id="counter-reset_プロパティ"><code>counter-reset</code> プロパティ</h3>
-
-<div>
-<p>{{Compat("css.properties.counter-reset")}}</p>
-</div>
-</div>
-</div>
+{{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")}}