class |
AbstractCSSPropertyEnums |
CSS properties with a dynamic number of entries.
|
class |
CSSPropertyColor |
Represents a color value
|
class |
CSSPropertyColors |
CSS property that is a list of color values (e.g. border-color)
|
class |
CSSPropertyDouble |
CSS property that is either an enumeration or a decimal value without a unit
(e.g. opacity)
|
class |
CSSPropertyEnum |
CSS property with a predefined list of possible values (e.g.
|
class |
CSSPropertyEnumOrColor |
CSS property that is either an enumeration or a color value (e.g.
|
class |
CSSPropertyEnumOrColors |
CSS property that is a list of either an enumeration or a color value (e.g.
|
class |
CSSPropertyEnumOrInt |
CSS property that is either an enumeration or a numeric value without a unit
(e.g. z-index)
|
class |
CSSPropertyEnumOrNumber |
CSS property that is either an enumeration or a numeric value (e.g.
|
class |
CSSPropertyEnumOrNumbers |
CSS property that is a list of either an enumeration or a numeric value (e.g.
|
class |
CSSPropertyEnumOrRect |
CSS property that is either an enumeration or a rectangle (e.g. clip)
|
class |
CSSPropertyEnumOrURL |
CSS property that is either an enumeration or a URL value (e.g.
|
class |
CSSPropertyEnums |
CSS property that is a list of enumeration entries (e.g. border-style)
|
class |
CSSPropertyFree |
CSS property without any value constraints, except that it may not be empty.
|
class |
CSSPropertyLong |
CSS property that is either an enumeration or a long value without a unit
(e.g. flex-grow)
|
class |
CSSPropertyNumber |
CSS property that is a number (e.g. line-height)
|
class |
CSSPropertyNumbers |
CSS property with a list of numbers (e.g. padding)
|
class |
CSSPropertyURL |
CSS property that needs to be an URL
|