diff options
Diffstat (limited to 'files/zh-cn/web/css/css_counter_styles/index.html')
-rw-r--r-- | files/zh-cn/web/css/css_counter_styles/index.html | 54 |
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 |