CSSCounterStyleRule

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

MDN Reference

Properties

Link copied to clipboard

The additiveSymbols property of the CSSCounterStyleRule interface gets and sets the value of the @counter-style/additive-symbols descriptor.

Link copied to clipboard

The cssText property of the CSSRule interface returns the actual text of a CSSStyleSheet style-rule.

Link copied to clipboard

The fallback property of the CSSCounterStyleRule interface gets and sets the value of the @counter-style/fallback descriptor.

Link copied to clipboard

The name property of the CSSCounterStyleRule interface gets and sets the defined as the name for the associated rule.

Link copied to clipboard

The negative property of the CSSCounterStyleRule interface gets and sets the value of the @counter-style/negative descriptor.

Link copied to clipboard
var pad: String

The pad property of the CSSCounterStyleRule interface gets and sets the value of the @counter-style/pad descriptor.

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 the current rule is defined.

Link copied to clipboard

The prefix property of the CSSCounterStyleRule interface gets and sets the value of the @counter-style/prefix descriptor.

Link copied to clipboard

The range property of the CSSCounterStyleRule interface gets and sets the value of the @counter-style/range descriptor.

Link copied to clipboard

The speakAs property of the CSSCounterStyleRule interface gets and sets the value of the @counter-style/speak-as descriptor.

Link copied to clipboard

The suffix property of the CSSCounterStyleRule interface gets and sets the value of the @counter-style/suffix descriptor.

Link copied to clipboard

The symbols property of the CSSCounterStyleRule interface gets and sets the value of the @counter-style/symbols descriptor.

Link copied to clipboard

The system property of the CSSCounterStyleRule interface gets and sets the value of the @counter-style/system descriptor.