Articles tagged: CSS Counter Styles
Found 10 documents
- Web/API/CSSCounterStyleRule The CSSCounterStyleRule interface represents an @counter-style at-rule.
- Web/API/CSS_Counter_Styles The CSS Counter Styles module allows to define custom counter styles, which can be used for CSS ...
- Web/CSS/@counter-style/additive-symbols The additive-symbols descriptor is similar to the symbols descriptor and allows the user to ...
- Web/CSS/@counter-style/fallback The fallback descriptor can be used to specify a counter style to fall back to if the current ...
- Web/CSS/@counter-style/pad The pad descriptor can be used with custom counter style definitions when you need the marker ...
- Web/CSS/@counter-style/prefix The prefix descriptor of the @counter-style rule allows authors to specify a symbol that will be ...
- Web/CSS/@counter-style/suffix The suffix is used with @counter-style to specify a symbol that will be appended to the marker ...
- Web/CSS/@counter-style/symbols The symbols descriptor is used to specify the symbols that the specified counter system will use ...
- Web/CSS/@counter-style/system The system descriptor specifies the algorithm to be used for converting the integer value of a ...
- Web/CSS/symbols The symbols() function allows counter styles to be defined inline, directly as the value of the ...