macro_rules! text_decoration_style {
    (initial) => { ... };
    (inherit) => { ... };
    (unset) => { ... };
    (solid) => { ... };
    (double) => { ... };
    (dotted) => { ... };
    (dashed) => { ... };
    (wavy) => { ... };
}