Expand description
Typed OM.
https://drafts.css-houdini.org/css-typed-om-1/
Modules§
- numeric_
declaration - Typed OM Numeric Declaration.
- numeric_
values - Typed OM Numeric Values.
- sum_
value - Typed OM Sum Value.
Macros§
Structs§
- Keyword
Value - A keyword value used by the Typed OM.
- MathSum
- A sum of numeric values.
- Matrix
Component - A matrix transform component used by the Typed OM.
- Perspective
Component - A perspective transform component used by the Typed OM.
- Rotate
Component - A rotate transform component used by the Typed OM.
- Scale
Component - A scale transform component used by the Typed OM.
- Skew
Component - A skew transform component used by the Typed OM.
- Translate
Component - A translate transform component used by the Typed OM.
- Typed
Value List - A list of property-agnostic values used by the Typed OM.
- Unit
Value - A single numeric value with an associated unit.
- Variable
Reference Value - A variable reference inside an unparsed Typed OM value.
Enums§
- Image
Value - An image value used by the Typed OM.
- Numeric
Value - A numeric value used by the Typed OM.
- Perspective
Value - A perspective value used by a perspective component.
- Transform
Component - A single transform component used by the Typed OM.
- Typed
Value - A property-agnostic representation of a value, used by Typed OM.
- Unparsed
Segment - A single segment of an unparsed Typed OM value.
Traits§
- ToTyped
- Reifies a value into its Typed OM representation.
Type Aliases§
- SkewX
Component - A skewX transform component used by the Typed OM.
- SkewY
Component - A skewY transform component used by the Typed OM.
- Transform
Value - A transform value used by the Typed OM.
- Unparsed
Value - An unparsed value used by the Typed OM.