macro_rules! text_decoration_line {
    (initial) => { ... };
    (inherit) => { ... };
    (unset) => { ... };
    (none) => { ... };
    (underline) => { ... };
    (overline) => { ... };
    (line - through) => { ... };
}