aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/css
diff options
context:
space:
mode:
authorYujiSoftware <yuji.software+github@gmail.com>2022-03-02 20:34:14 +0900
committerIrvin <irvinfly@gmail.com>2022-03-04 01:03:17 +0800
commit0c13ec128150b8f5097a4649c6da653cac6e3c30 (patch)
treed5dab8a56ae25f2bf69e250327b8bb45e7fb9923 /files/zh-cn/web/css
parent9a110dee28ae2ef12ee014b98fda6bae6ee48edb (diff)
downloadtranslated-content-0c13ec128150b8f5097a4649c6da653cac6e3c30.tar.gz
translated-content-0c13ec128150b8f5097a4649c6da653cac6e3c30.tar.bz2
translated-content-0c13ec128150b8f5097a4649c6da653cac6e3c30.zip
Migrate to multiple Compat macro (zh-cn)
Diffstat (limited to 'files/zh-cn/web/css')
-rw-r--r--files/zh-cn/web/css/css_counter_styles/index.html54
1 files changed, 8 insertions, 46 deletions
diff --git a/files/zh-cn/web/css/css_counter_styles/index.html b/files/zh-cn/web/css/css_counter_styles/index.html
index 305f55d128..7324239d35 100644
--- a/files/zh-cn/web/css/css_counter_styles/index.html
+++ b/files/zh-cn/web/css/css_counter_styles/index.html
@@ -70,52 +70,14 @@ translation_of: Web/CSS/CSS_Counter_Styles
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<p>{{CompatibilityTable}}</p>
+<h3><code>@counter-style</code> rule</h3>
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>特性</th>
- <th>Chrome</th>
- <th>Firefox (Gecko)</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari</th>
- </tr>
- <tr>
- <td>基本支持</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatGeckoDesktop(33)}}<sup>[1]</sup></td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- </tr>
- </tbody>
-</table>
-</div>
+{{Compat("css.at-rules.counter-style")}}
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>特性</th>
- <th>Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Mobile</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>基本支持</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatGeckoDesktop(33)}}<sup>[1]</sup></td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- </tr>
- </tbody>
-</table>
-</div>
+<h3><code>counter-increment</code> property</h3>
+
+{{Compat("css.properties.counter-increment")}}
+
+<h3><code>counter-reset</code> property</h3>
-<p>[1] Gecko不在支持图片所描述的 {{cssxref("@counter-style/symbols", "symbols")}} .可以查看{{bug("1024179")}}.</p>
+{{Compat("css.properties.counter-reset")}} \ No newline at end of file