macro_rules! border_image_repeat {
    (initial) => { ... };
    (inherit) => { ... };
    (unset) => { ... };
    (stretch) => { ... };
    (repeat) => { ... };
    (round) => { ... };
    (space) => { ... };
}