macro_rules! background_attachment {
    (initial) => { ... };
    (inherit) => { ... };
    (unset) => { ... };
    (scroll) => { ... };
    (fixed) => { ... };
    (local) => { ... };
}