Interface CssValues.CssPrimitive

All Superinterfaces:
CSSPrimitiveValue, CSSValue, CssValues.CssValue
All Known Subinterfaces:
CssValues.CssNumeric
All Known Implementing Classes:
CssValues.CssColor, CssValues.CssDimension, CssValues.CssNumber, CssValues.CssOperator, CssValues.CssText
Enclosing class:
CssValues

public static sealed interface CssValues.CssPrimitive extends CssValues.CssValue, CSSPrimitiveValue permits CssValues.CssNumeric, CssValues.CssText, CssValues.CssColor, CssValues.CssOperator
A single CSS value. Provides the W3C bridge boilerplate; read the values through the record components, not through the W3C accessors.