Module style::values

source ·
Expand description

Common values used in CSS.

Re-exports

  • pub use crate::servo::url::CssUrl;

Modules

  • Animated values.
  • Computed values.
  • Machinery to compute distances between animatable values.
  • Generic types that share their serialization implementations for both specified and computed values.
  • Resolved values. These are almost always computed values, but in some cases there are used values.
  • Specified values.

Structs

Enums

  • A struct representing one of two kinds of values.
  • Convenience void type to disable some properties and values through types.
  • One of the pieces the CSS input is broken into.

Functions

Type Aliases