Style counterReset 屬性
定義和用法
counterReset 屬性創(chuàng)建或重置一個或多個計數(shù)器。
counterReset 屬性通常與 counterIncrement 屬性和 content 屬性一起使用。
瀏覽器支持
所有主流瀏覽器都支持 counterReset 屬性。
注意:只有當(dāng)指定了一個 !DOCTYPE 時,IE8 才支持 counterReset 屬性。
語法
返回 counterReset 屬性:
object.style.counterReset
設(shè)置 counterReset 屬性:
object.style.counterReset="none|name number|initial|inherit"
屬性值
值 | 描述 |
---|---|
none | 默認(rèn)值。沒有計數(shù)器會被重置。 |
name | name 定義了哪一個計數(shù)器應(yīng)被重置。 |
number | id 定義了哪一個計數(shù)器應(yīng)被重置。number 設(shè)置了計數(shù)器在選擇器每出現(xiàn)一次應(yīng)設(shè)置的值。默認(rèn)重置值是 0。 |
initial | 設(shè)置該屬性為它的默認(rèn)值。請參閱 initial。 |
inherit | 從父元素繼承該屬性。請參閱 inherit。 |
技術(shù)細(xì)節(jié)
默認(rèn)值: | none |
---|---|
返回值: | 字符串,表示元素的 counter-increment 屬性。 |
CSS 版本 | CSS2 |
更多建議: