目录

style counterReset 属性

示例

更改计数器重置属性:

document.body.style.counterReset = "section";
亲自试一试 »

描述

counterReset 属性创建或重置一个或多个计数器。

counterReset 属性通常与 counterIncrement 属性和 content 属性一起使用。


浏览器支持

Property
counterReset Yes Yes Yes Yes Yes

语法

返回 counterReset 属性:

object.style.counterReset

设置 counterReset 属性:

object.style.counterReset = "none| name number|initial|inherit"

属性值

Value Description
none Default value. No counters will be reset
name The name defines which counter that should be reset
number The id defines which counter that should be reset. The number sets the value the counter is set to on each occurrence of the selector. The default reset value is 0
initial Sets this property to its default value. Read about initial
inherit Inherits this property from its parent element. Read about inherit

技术细节

默认值: 没有任何
返回值: 一个 String,表示元素的反自增属性
CSS版本 CSS2