macro_rules! list_style_position {
    (initial) => { ... };
    (inherit) => { ... };
    (unset) => { ... };
    (inside) => { ... };
    (outside) => { ... };
}