monks/border_end_end_radius

The border-end-end-radius CSS property defines a logical border radius on an element, which maps to a physical border radius that depends on the element’s {{cssxref(“writing-mode”)}}, {{cssxref(“direction”)}}, and {{cssxref(“text-orientation”)}}. This is useful when building styles to work regardless of the text orientation and writing mode.

This property affects the corner between the block-end and the inline-end sides of the element. For instance, in a horizontal-tb writing mode with ltr direction, it corresponds to the {{CSSxRef(“border-bottom-right-radius”)}} property.

Values

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

length value of border-end-end-radius

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

Enter a raw string value for border-end-end-radius

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 border-end-end-radius. It will be wrapped in var() and have -- prepended.

Search Document