css.properties

corner-end-end-shape

The corner-end-end-shape property specifies the shape of the end-end corner.

Experimental โ€” This feature is experimental and may change

Formal Syntax

corner-end-end-shape = <corner-shape-value> <corner-shape-value> = round | scoop | bevel | notch | square | squircle | <superellipse()>

See specification

JavaScript Access

// Access via element.style element.style.cornerEndEndShape = "round";

Logical Property Group

This property belongs to the corner-shape logical property group, which includes:

Browser Support

experimental, standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
corner-end-end-shape139โ€”โ€”139
bevel139โ€”โ€”139
notch139โ€”โ€”139
round139โ€”โ€”139
scoop139โ€”โ€”139
square139โ€”โ€”139
squircle139โ€”โ€”139

Related Properties