Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2026/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ CSS scroll snap controls the panning and scrolling behavior within a scroll cont

### CSS shape()
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the content below has been revised, how about changing the title to “CSS <basic-shape>”?
https://drafts.csswg.org/css-shapes/#typedef-basic-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 `circle()`, `ellipse()`, `inset()`, `path()`, `polygon()`, `rect()`, `shape()`, and `xywh()` CSS functions create shapes for use with `clip-path` and `shape-outside`. 
Comment thread
captainbrosset marked this conversation as resolved.
Outdated

#### Resources

Expand Down