macro_rules! background_origin {
    (initial) => { ... };
    (inherit) => { ... };
    (unset) => { ... };
    (border - box) => { ... };
    (padding - box) => { ... };
    (content - box) => { ... };
}