css.properties

border-inline-start-color

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

Formal Syntax

<color> | <image-1D>

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