pub trait HTMLTableSectionElementLayoutHelpers {
// Required methods
fn get_background_color(self) -> Option<AbsoluteColor>;
fn get_height(self) -> LengthOrPercentageOrAuto;
}
pub trait HTMLTableSectionElementLayoutHelpers {
// Required methods
fn get_background_color(self) -> Option<AbsoluteColor>;
fn get_height(self) -> LengthOrPercentageOrAuto;
}