css.properties

border-inline-end-color

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

Formal Syntax

<color> | <image-1D>

See specification

JavaScript Access

// Access via element.style
element.style.borderInlineEndColor = 'currentcolor';

Logical Property Group

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

Browser Support

standard | MDN ยท Spec

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

Related Properties