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 |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!