css.properties

border-start-start-radius

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

Formal Syntax

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

See specification

JavaScript Access

// Access via element.style element.style.borderStartStartRadius = 0;

Logical Property Group

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

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
border-start-start-radius89661589

Related Properties