Path: blob/main/files/en-us/web/css/@counter-style/additive-symbols/index.md
6552 views
------{{CSSRef}}
The additive-symbols descriptor lets you specify symbols when the value of a counter {{cssxref('system')}} descriptor is additive. The additive-symbols descriptor defines additive tuples, each of which is a pair containing a symbol and a non-negative integer weight. The additive system is used to construct sign-value numbering systems such as Roman numerals.
Syntax
When the system descriptor is cyclic, numeric, alphabetic, symbolic, or fixed, use the {{cssxref('symbols')}} descriptor instead of additive-symbols.
Formal definition
{{cssinfo}}
Formal syntax
{{csssyntax}}
Examples
Specifying additive symbols
HTML
CSS
Result
{{ EmbedLiveSample('Specifying_additive_symbols') }}
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}
See also
{{Cssxref("list-style")}}, {{Cssxref("list-style-image")}}, {{Cssxref("list-style-position")}}
The {{cssxref("symbols", "symbols()")}}, functional notation is used for creating anonymous counter styles.