css.properties

border-end-start-radius

The border-end-start-radius property sets the radius of the end-start border corner.

Formal Syntax

<border-radius>

See specification

JavaScript Access

// Access via element.style
element.style.borderEndStartRadius = '0';

Logical Property Group

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

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
border-end-start-radius89661589

Related Properties