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