macro_rules! touch_action {
    (initial) => { ... };
    (inherit) => { ... };
    (unset) => { ... };
    (auto) => { ... };
    (none) => { ... };
    (manipulation) => { ... };
}