css.properties

border-inline-start-color

The border-inline-start-color property sets the color of the inline start border.

Formal Syntax

border-inline-start-color = <color> | <image-1D> <color> = <color-base> | currentColor | <system-color> | <contrast-color()> | <device-cmyk()> | <light-dark()>

See specification

JavaScript Access

// Access via element.style element.style.borderInlineStartColor = "currentcolor";

Logical Property Group

This property belongs to the border-color logical property group, which includes:

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
border-inline-start-color694112.179
currentColor694112.179
transparent694112.179

Related Properties