monks/contain_intrinsic_block_size

The contain-intrinsic-block-size CSS logical property defines the block size of an element that a browser can use for layout when the element is subject to size containment.

Block size is the size of an element in the dimension perpendicular to the flow of text within a line. In a horizontal writing mode like standard English, block size is the vertical dimension (height); in a vertical writing mode, block size is the horizontal dimension.

Values

pub const auto_: #(String, String)

auto value of contain-intrinsic-block-size

pub const inherit: #(String, String)
pub const initial: #(String, String)
pub fn length(value: monks_of_style.Length) -> #(String, String)

length value of contain-intrinsic-block-size

pub const none: #(String, String)
  • : The element has no intrinsic block size.
pub fn raw(value: String) -> #(String, String)

Enter a raw string value for contain-intrinsic-block-size

pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const unset: #(String, String)
pub fn var(variable: String) -> #(String, String)

Enter a variable name to be used for contain-intrinsic-block-size. It will be wrapped in var() and have -- prepended.

Search Document