pub type StyleTextCombineUprightValue = CssPropertyValue<StyleTextCombineUpright>;Aliased Type§
#[repr(C, u8)]pub enum StyleTextCombineUprightValue {
Auto,
None,
Initial,
Inherit,
Revert,
Unset,
Exact(StyleTextCombineUpright),
}