W3cubDocs

/Web APIs

CSSCounterStyleRule

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

CSSRule CSSCounterStyleRule

Instance properties

This interface also inherits properties from its parent CSSRule.

CSSCounterStyleRule.name

A string object that contains the serialization of the <custom-ident> defined as the name for the associated rule.

CSSCounterStyleRule.system

A string object that contains the serialization of the system descriptor defined for the associated rule. If the descriptor was not specified in the associated rule, the attribute returns an empty string.

CSSCounterStyleRule.symbols

A string object that contains the serialization of the symbols descriptor defined for the associated rule. If the descriptor was not specified in the associated rule, the attribute returns an empty string.

CSSCounterStyleRule.additiveSymbols

A string object that contains the serialization of the additive-symbols descriptor defined for the associated rule. If the descriptor was not specified in the associated rule, the attribute returns an empty string.

CSSCounterStyleRule.negative

A string object that contains the serialization of the negative descriptor defined for the associated rule. If the descriptor was not specified in the associated rule, the attribute returns an empty string.

CSSCounterStyleRule.prefix

A string object that contains the serialization of the prefix descriptor defined for the associated rule. If the descriptor was not specified in the associated rule, the attribute returns an empty string.

CSSCounterStyleRule.suffix

A string object that contains the serialization of the suffix descriptor defined for the associated rule. If the descriptor was not specified in the associated rule, the attribute returns an empty string.

CSSCounterStyleRule.range

A string object that contains the serialization of the range descriptor defined for the associated rule. If the descriptor was not specified in the associated rule, the attribute returns an empty string.

CSSCounterStyleRule.pad

A string object that contains the serialization of the pad descriptor defined for the associated rule. If the descriptor was not specified in the associated rule, the attribute returns an empty string.

CSSCounterStyleRule.speakAs

A string object that contains the serialization of the speak-as descriptor defined for the associated rule. If the descriptor was not specified in the associated rule, the attribute returns an empty string.

CSSCounterStyleRule.fallback

A string object that contains the serialization of the fallback descriptor defined for the associated rule. If the descriptor was not specified in the associated rule, the attribute returns an empty string.

Instance methods

This interface doesn't implement any specific method but inherits methods from its parent CSSRule.

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
CSSCounterStyleRule 91 91 33 No 77 17 91 91 33 64 17 16.0
additiveSymbols 91 91 33 No 77 17 91 91 33 64 17 16.0
fallback 91 91 33 No 77 17 91 91 33 64 17 16.0
name 91 91 33 No 77 17 91 91 33 64 17 16.0
negative 91 91 33 No 77 17 91 91 33 64 17 16.0
pad 91 91 33 No 77 17 91 91 33 64 17 16.0
prefix 91 91 33 No 77 17 91 91 33 64 17 16.0
range 91 91 33 No 77 17 91 91 33 64 17 16.0
speakAs 91 91 33 No 77 17 91 91 33 64 17 16.0
suffix 91 91 33 No 77 17 91 91 33 64 17 16.0
symbols 91 91 33 No 77 17 91 91 33 64 17 16.0
system 91 91 33 No 77 17 91 91 33 64 17 16.0

See also

© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule