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

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