diff --git a/2026/README.md b/2026/README.md index 936e99a..629a2c7 100644 --- a/2026/README.md +++ b/2026/README.md @@ -260,7 +260,7 @@ CSS scroll snap controls the panning and scrolling behavior within a scroll cont ### CSS shape() -The `shape()` CSS function creates shapes with a series of commands like line, move, and curve. It can be used with `clip-path` and `shape-outside`. +The `inset()`, `rect()`, `xywh()`, `circle()`, `ellipse()`, `polygon()`, `path()`, and `shape()` CSS functions create shapes for use with `clip-path` and `shape-outside`. #### Resources