pub type OrphansValue = CssPropertyValue<Orphans>;
#[repr(C, u8)]pub enum OrphansValue { Auto, None, Initial, Inherit, Revert, Unset, Exact(Orphans), }