Module style_traits::specified_value_info::CssType
source · Expand description
Type of value that a property supports. This is used by Gecko’s devtools to make sense about value it parses, and types listed here should match InspectorPropertyType in InspectorUtils.webidl.
XXX This should really be a bitflags rather than a namespace mod, but currently we cannot use bitflags in const.