monks/inset_block_start

The inset-block-start CSS property defines the logical block start offset of an element, which maps to a physical inset depending on the element’s writing mode, directionality, and text orientation. It corresponds to the {{cssxref(“top”)}}, {{cssxref(“right”)}}, {{cssxref(“bottom”)}}, or {{cssxref(“left”)}} property depending on the values defined for {{cssxref(“writing-mode”)}}, {{cssxref(“direction”)}}, and {{cssxref(“text-orientation”)}}.

This {{glossary(“inset properties”, “inset property”)}} has no effect on non-positioned elements.

Values

pub const auto_: #(String, String)

auto value of inset-block-start

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

length value of inset-block-start

pub fn raw(value: String) -> #(String, String)

Enter a raw string value for inset-block-start

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 inset-block-start. It will be wrapped in var() and have -- prepended.

Search Document