Re: [csswg-drafts] New `border-radius` value for perfectly matching nested radii (#7707)

This is tricky but I really like the intrinsic idea here. Maybe utilizing containers might be an option? This way we can declare the path to `follow`. 

```
.panel {
  container: panel / size;
}
.content {
  border-radius: follow panel;
}
```

-- 
GitHub Notification of comment by dutchcelt
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7707#issuecomment-1240593985 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 8 September 2022 11:33:17 UTC