CSS corner-block-start-shape Property
Description
The corner-block-start-shape property controls the geometric profile of an element’s block-start corner in logical coordinates. Rather than leaving the corner as a simple right angle or radius, this property lets authors define a custom corner outline that becomes part of the element’s visible and interactive boundary—affecting painting, hit-testing, and the way nearby content is allowed to intrude or wrap around that corner.
Visually, the corner shape contributes to the element’s outer contour and can change how backgrounds and borders appear at the corner region. It is often used alongside shape-oriented layout features to produce coordinated effects; for example, it can complement the behavior of shape-outside so the element’s corner and its float/wrapping shape align in a coherent way, producing smooth wrapping or artistic cutouts around the element.
Because the property targets a logical corner (the block-start side), its orientation follows the document’s writing direction and block progression, so it interacts with the page’s writing-mode. It can also be combined with clipping operations via clip-path and will influence how text and inline content are prevented from occupying the corner area—behavior that relates to how floated elements behave near that corner described in float.
Practical considerations include accessibility and hit-target expectations: non-rectangular corners change where users can click or how focus outlines are drawn, so designers should test interactive states and keyboard focus. Because complex corner profiles can add compositing or layout cost, use detailed corner shaping selectively and provide sensible fallbacks or simpler visuals for environments that don’t support advanced corner features.
Definition
- Initial value
- see individual properties
- Applies to
- see individual properties
- Inherited
- no
- Computed value
- see individual properties
- Animatable
- see individual properties
- JavaScript syntax
- object.style.cornerBlockStartShape
Syntax
corner-block-start-shape: <corner-shape>{1,2}
Values
The property accepts one or two <corner-shape-value> values. These define the style of the corner shape:
Keyword Values
round- The default value. Creates a standard rounded corner (equivalent to traditional border-radius).scoop- Creates an inward-facing curve (concave), making the corner look "bitten" out.bevel- Creates a flat, diagonal cut across the corner (chamfered look).notch- Creates a rectangular step-like cutout at the corner.square- Straight angle corner (no rounding)squircle- Intermediate shape between round and square
Functional Value
superellipse(<number>)- determines corner curvature using a superellipse curve.- Larger positive numbers → closer to a square
- Values around 1 → default/round
- Negative values → inverted/concave shapes
infinityand-infinityare allowed as extremes
Global CSS Values
inheritinitialrevertrevert-layerunset
Example
Browser Support
The following information will show you the current browser support for the CSS corner-block-start-shape property. Hover over a browser icon to see the version that first introduced support for this CSS property.
This property is supported in some modern browsers, but not all.
Desktop
Tablets & Mobile
Last updated by CSSPortal on: 1st January 2026
