CSS — Visual

← Back to index · ← Supported CSS

Box decoration and effects: backgrounds, borders, shadows, gradients, filters, and masks. Effects that need an offscreen surface (filter, backdrop-filter, masks) require the URP render path.

Backgrounds

background-position / background-size / background-repeat are honored on gradient layers too (the gradient box is the background positioning area sized by background-size, per CSS Images 3): no-repeat clips outside the tile, repeat wraps. Scope note: conic/radial and ≥5-stop linear gradients keep the full-box fill for now — their instance channels carry gradient data.

Borders

border-* longhands and shorthand. border-style: solid, dashed, dotted, none (other styles map to solid with a warning). Per-corner border-radius, including the elliptical slash form. border-image with sprite-border-derived slices (9-slice) is supported.

Effects

Color & compositing notes


Next: CSS Text · Text & Fonts