ICSSCounterStyleRule Interface

ICSSCounterStyleRule interface

The CSSCounterStyleRule interface represents an @counter-style at-rule that allows authors to define a custom counter style.

public interface ICSSCounterStyleRule : ICSSRule

Properties

NameDescription
getCounterType The counter type property of the CSSCounterStyleRule interface gets the value of the counter type descriptor.
getFallback The fallback property of the CSSCounterStyleRule interface gets and sets the value of the fallback descriptor. If the descriptor does not have a value set, this attribute returns an empty String.
getGlyphs The glyphs property of the CSSCounterStyleRule interface gets and sets the value of the symbols descriptor. If the descriptor does not have a value set, this attribute returns an empty String.
getName The name property of the CSSCounterStyleRule interface gets and sets the custom-ident defined as the name for the associated rule.
getPrefix The prefix property of the CSSCounterStyleRule interface gets and sets the value of the prefix descriptor. If the descriptor does not have a value set, this attribute returns an empty String.
getSuffix The suffix property of the CSSCounterStyleRule interface gets and sets the value of the suffix descriptor. If the descriptor does not have a value set, this attribute returns an empty String.

See Also