fn push_numeric_representation(
    value: i32,
    system: &[char],
    accumulator: &mut String,
)
Expand description

Pushes the string that represents the value rendered using the given numeric system onto the accumulator per CSS-COUNTER-STYLES § 3.1.5.