CSS shape-outside Property Reference

The CSS shape-outside property is a standard property in CSS Shapes. Review its formal syntax, computed behavior, and practical declarations.

CSS shape-outside Property Reference

The CSS shape-outside property is a standard property in CSS Shapes. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

shape-outside overview

The CSS shape-outside property is a standard property in CSS Shapes. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

shape-outside formal syntax
FieldValue
Formal syntaxnone | [ <shape-box> || <basic-shape> ] | <image>
Initial valuenone
Applies tofloats
InheritedNo
Percentagesno
Computed valueasDefinedForBasicShapeWithAbsoluteURIOtherwiseAsSpecified
Animation typebasicShapeOtherwiseNo
Mediavisual
Specification groupCSS Shapes
StatusStandard

Practical examples

These declarations demonstrate valid ways to set shape-outside. The initial and inherit global keywords remain available even when a property-specific value is preferable.

shape-outside live example
CSS .reset-example { shape-outside: initial; } .inherit-example { shape-outside: inherit; } @supports (shape-outside: initial) { .supported { shape-outside: initial; } }

Description

The CSS shape-outside property is a standard property in CSS Shapes. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: shape-outside
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies