css.properties

border-start-end-radius

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

Formal Syntax

border-start-end-radius = <border-radius> <border-radius> = <slash-separated-border-radius-syntax> | <legacy-border-radius-syntax>

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