Module style::values::computed::box_

source ·
Expand description

Computed types for box properties.

Re-exports

Structs

  • The computed zoom property value. We store it as a 16-bit fixed point because we need to store it efficiently in the ComputedStyle representation. The assumption being that zooms over 1000 aren’t quite useful.

Enums

  • A computed value for the clear property.
  • A computed value for the float property.
  • A computed value for the resize property.

Constants

Type Aliases

  • A computed value for the contain-intrinsic-size property.
  • A computed value for the line-clamp property.
  • A computed value for the perspective property.
  • A computed value for the vertical-align property.
  • This is an alias which is useful mostly as a cbindgen / C++ inference workaround.