macro_rules! border_top_left_radius {
    (initial) => { ... };
    (inherit) => { ... };
    (unset) => { ... };
    ($($val:tt)+) => { ... };
}