CSSCounterStyleRule

package js.html

extends CSSRule

Available on js

The CSSCounterStyleRule interface represents an @counter-style at-rule.

Documentation CSSCounterStyleRule by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Variables

additiveSymbols:String

Is a DOMString object that contains the serialization of the @counter-style/additive-symbols descriptor defined for the associated rule. If the descriptor was not specified in the associated rule, the attribute returns an empty string.

fallback:String

Is a DOMString object that contains the serialization of the @counter-style/fallback descriptor defined for the associated rule. If the descriptor was not specified in the associated rule, the attribute returns an empty string.

name:String

Is a DOMString object that contains the serialization of the counter-style-name defined for the associated rule.

negative:String

Is a DOMString object that contains the serialization of the @counter-style/negative descriptor defined for the associated rule. If the descriptor was not specified in the associated rule, the attribute returns an empty string.

pad:String

Is a DOMString object that contains the serialization of the @counter-style/pad descriptor defined for the associated rule. If the descriptor was not specified in the associated rule, the attribute returns an empty string.

prefix:String

Is a DOMString object that contains the serialization of the @counter-style/prefix descriptor defined for the associated rule. If the descriptor was not specified in the associated rule, the attribute returns an empty string.

range:String

Is a DOMString object that contains the serialization of the @counter-style/range descriptor defined for the associated rule. If the descriptor was not specified in the associated rule, the attribute returns an empty string.

speakAs:String

Is a DOMString object that contains the serialization of the @counter-style/speak-as descriptor defined for the associated rule. If the descriptor was not specified in the associated rule, the attribute returns an empty string.

suffix:String

Is a DOMString object that contains the serialization of the @counter-style/suffix descriptor defined for the associated rule. If the descriptor was not specified in the associated rule, the attribute returns an empty string.

symbols:String

Is a DOMString object that contains the serialization of the @counter-style/symbols descriptor defined for the associated rule. If the descriptor was not specified in the associated rule, the attribute returns an empty string.

system:String

Is a DOMString object that contains the serialization of the @counter-style/system descriptor defined for the associated rule. If the descriptor was not specified in the associated rule, the attribute returns an empty string.

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/CSSCounterStyleRule.html