The border-block-start-style CSS property defines the style of the logical block 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”)}}.
pub const dashed: #(String, String)
dashed value of border-block-start-style
pub const dotted: #(String, String)
dotted value of border-block-start-style
pub const double: #(String, String)
double value of border-block-start-style
pub const groove: #(String, String)
groove value of border-block-start-style
pub const hidden: #(String, String)
hidden value of border-block-start-style
pub const inherit: #(String, String)
pub const initial: #(String, String)
pub const inset: #(String, String)
inset value of border-block-start-style
pub const none: #(String, String)
none value of border-block-start-style
pub const outset: #(String, String)
outset value of border-block-start-style
pub fn raw(value: String) -> #(String, String)
Enter a raw string value for border-block-start-style
pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const ridge: #(String, String)
ridge value of border-block-start-style
pub const solid: #(String, String)
solid value of border-block-start-style
pub const unset: #(String, String)
pub fn var(variable: String) -> #(String, String)
Enter a variable name to be used for border-block-start-style.
It will be wrapped in var() and have -- prepended.