CSSCounterStyleRule
The CSSCounterStyleRule interface represents an @counter-style at-rule.
Properties
Link copied to clipboard
The additiveSymbols property of the CSSCounterStyleRule interface gets and sets the value of the additive-symbols descriptor. If the descriptor does not have a value set, this attribute returns an empty string.
Link copied to clipboard
The parentRule property of the CSSRule interface returns the containing rule of the current rule if this exists, or otherwise returns null.
Link copied to clipboard
The parentStyleSheet property of the CSSRule interface returns the StyleSheet object in which the current rule is defined.