monks/border_inline_start_style

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

Values

pub const dashed: #(String, String)

dashed value of border-inline-start-style

pub const dotted: #(String, String)

dotted value of border-inline-start-style

pub const double: #(String, String)

double value of border-inline-start-style

pub const groove: #(String, String)

groove value of border-inline-start-style

pub const hidden: #(String, String)

hidden value of border-inline-start-style

pub const inherit: #(String, String)
pub const initial: #(String, String)
pub const inset: #(String, String)

inset value of border-inline-start-style

pub const none: #(String, String)

none value of border-inline-start-style

pub const outset: #(String, String)

outset value of border-inline-start-style

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

Enter a raw string value for border-inline-start-style

pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const ridge: #(String, String)

ridge value of border-inline-start-style

pub const solid: #(String, String)

solid value of border-inline-start-style

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

Enter a variable name to be used for border-inline-start-style. It will be wrapped in var() and have -- prepended.

Search Document