pub(crate) fn parse_counter_style_def(
name: &str,
decl_part: &str,
) -> Option<CounterStyleDef>Expand description
@counter-style <name> { system: cyclic|numeric; symbols: a b c; suffix: ". "; } をパースする。
symbols はクォート付き文字列("a" "b")またはクォート無し空白区切り両方を許容する。
system 未指定は cyclic 扱い。negative/range/pad/prefix/fallback は非対応で無視。