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