css.properties

border-inline-start-width

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

Formal Syntax

<line-width>

See specification

JavaScript Access

// Access via element.style
element.style.borderInlineStartWidth = 'medium';

Logical Property Group

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

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
border-inline-start-width694112.179
medium694112.179
thick694112.179
thin694112.179

Related Properties