From 70b9b918cd25b8635053d8a336d94c2bbbd52cc6 Mon Sep 17 00:00:00 2001 From: Patrick Brosset Date: Tue, 3 Mar 2026 14:47:40 +0100 Subject: [PATCH 1/3] Update shape() CSS function description Expanded the description of the shape() CSS function to include additional shape functions. --- 2026/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2026/README.md b/2026/README.md index 936e99a..0da84d2 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 `circle()`, `ellipse()`, `inset()`, `path()`, `polygon()`, `rect()`, `shape()`, and `xywh()` CSS functions create shapes for use with clip-path and shape-outside.  #### Resources From f62dd47f4381b2ef1b22e762cfebf87c4e2df0f3 Mon Sep 17 00:00:00 2001 From: Patrick Brosset Date: Tue, 3 Mar 2026 14:50:29 +0100 Subject: [PATCH 2/3] Apply suggestion from @captainbrosset --- 2026/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2026/README.md b/2026/README.md index 0da84d2..53a630c 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 `circle()`, `ellipse()`, `inset()`, `path()`, `polygon()`, `rect()`, `shape()`, and `xywh()` CSS functions create shapes for use 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`.  #### Resources From 7d09833996b41127d000e38c8b2a54b064524167 Mon Sep 17 00:00:00 2001 From: Patrick Brosset Date: Tue, 3 Mar 2026 14:50:49 +0100 Subject: [PATCH 3/3] Apply suggestion from @captainbrosset --- 2026/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2026/README.md b/2026/README.md index 53a630c..4a42b06 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 `circle()`, `ellipse()`, `inset()`, `path()`, `polygon()`, `rect()`, `shape()`, and `xywh()` CSS functions create shapes for use 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`. #### Resources