macro_rules! make_dimension_setter {
    ( $attr:ident, $htmlname:tt ) => { ... };
}