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