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