v150 · CSS · Backgrounds

Multi-layer Composition

See the old two-layer background trick and the new border-area approach produce identical gradient borders — then adjust border width, border radius, and gradient to see where the two approaches diverge.

Border width
6px
Border radius
12px
Gradient
Checking @supports (background-clip: border-area)…

Old two-layer hack

Old approach
Two background layers stacked

New border-area (Chrome 150)

New approach
Gradient layer clipped to border-area

Old two-layer hack

/* loading… */

New border-area (Chrome 150)

/* loading… */

see also

implementation reference

Need the exact API surface, compatibility boundaries, errors, lifecycle, and source links? Read the matching gendn reference ↗