corner-end-end-shape
An experimental property to set the shape of the corner at the end of both the block and inline axes (usually the bottom-right corner in LTR languages).
It is documented as part of the CSS Backgrounds and Borders specification. This is an experimental technology. The syntax and behavior are still subject to change.
Syntax
/* Usage Example */
.modern-button {
/* Experimental: sets specific shape for bottom-right corner */
corner-end-end-shape: angle;
}
/* Global values */
corner-end-end-shape: inherit;
corner-end-end-shape: initial;
corner-end-end-shape: revert;
corner-end-end-shape: revert-layer;
corner-end-end-shape: unset;
corner-end-end-shape Browser support
This feature is not Baseline because it does not work in some of the most widely-used browsers.