css.properties

border-start-end-radius

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

Formal Syntax

<border-radius>

See specification

JavaScript Access

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

Logical Property Group

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

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
border-start-end-radius89661589

Related Properties