Module style::values::computed

source ·
Expand description

Computed values.

Re-exports

Modules

  • Computed angles.
  • Computed values for properties related to animations and transitions
  • Computed types for CSS values related to backgrounds.
  • CSS handling for the computed value of basic-shapes
  • Computed types for CSS values related to borders.
  • Computed types for box properties.
  • Computed color values.
  • Computed types for the column properties.
  • Computed values for counter properties
  • Computed types for CSS Easing functions.
  • Computed types for CSS values related to effects.
  • Computed types for CSS values related to flexbox.
  • Computed values for font properties
  • CSS handling for the computed value of images
  • <length> computed values, and related ones.
  • <length-percentage> computed values, and related ones.
  • list computed values.
  • Computed types for CSS values that are related to motion path.
  • Computed values for outline properties
  • Computed @page at-rule properties and named-page style properties
  • Computed percentages.
  • CSS handling for the computed value of position values.
  • <ratio> computed values.
  • Computed types for CSS borders.
  • Resolution values:
  • Computed types for SVG properties.
  • Computed types for CSS values related to tables.
  • Computed types for text properties.
  • Computed time values.
  • Computed types for CSS values that are related to transformations.
  • Computed values for UI properties
  • Common handling for the computed value CSS url() values.

Structs

  • An App Unit, the fundamental unit of length in Servo. Usually 1/60th of a pixel (see AU_PER_PX)
  • An iterator over a slice of computed values
  • A Context is all the data a specified value could ever need to compute itself and be transformed to a computed value.

Enums

Traits

  • A trait to represent the conversion between computed and specified values.

Type Aliases