Re: [csswg-drafts] [css-backgrounds] border-radius with a circular edge (#6467)

@simevidas You can't use `infinity` like that unless the property allows it (like `animation-iteration-count`). You need `calc(infinity * 1px)`, `calc(1px / 0)`, etc. Needs to be inside a math function, and have length unit.

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


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

Received on Thursday, 7 April 2022 13:53:10 UTC