macro_rules! list_style_image {
    (initial) => { ... };
    (inherit) => { ... };
    (unset) => { ... };
    (none) => { ... };
    ($str:expr) => { ... };
}