- From: Guillaume via GitHub <sysbot+gh@w3.org>
- Date: Mon, 29 Nov 2021 13:10:19 +0000
- To: public-css-archive@w3.org
And I guess the reasoning for `<position>` does not apply to `<border-radius>` in `inset(<length-percentage>{1,4} [round <'border-radius'>]?)`.
| `clip-path`                | Chrome 96             | Firefox 94   |
| -------------------------- | --------------------- | ------------ | 
| `inset(1px)`               | `inset(1px)`          | `inset(1px)` |
| `inset(1px round 0)`       | `inset(1px)`          | `inset(1px)` |
| `inset(1px round calc(0))` | `inset(1px)`          | `inset(1px)` |
| `inset(1px round 0%)`      | `inset(1px round 0%)` | `inset(1px)` |
| `inset(1px round 0% / 0%)` | `inset(1px round 0%)` | `inset(1px)` |
| `border-radius` | Chrome 96  | Firefox 94 |
| --------------- | ---------- | ---------- | 
| `0`             | `0px`      | `0px`      |
| `0%`            | `0%`       | `0%`       |
-- 
GitHub Notification of comment by cdoublev
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/368#issuecomment-981619975 using your GitHub account
-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 29 November 2021 13:10:21 UTC