1. CSS Shapes Level 1

    Allows geometric shapes to be set in CSS to define an area for text to flow around. Includes properties `shape-outside`, `shape-margin` and `shape-image-threshold`

  2. css property: shape-outside

  3. css property: shape-outside: border-box

  4. css property: shape-outside: `circle()`

  5. css property: shape-outside: content-box

  6. css property: shape-outside: `<gradient>`

  7. css property: shape-outside: `<image>`

  8. css property: shape-outside: `inset()`

  9. css property: shape-outside: margin-box

  10. css property: shape-outside: none

  11. css property: shape-outside: padding-box

  12. css property: shape-outside: `path()`

  13. css property: shape-outside: `polygon()`

  14. types: `<basic-shape>`: `path()`: in `shape-outside`