[csswg-drafts] [css-borders-4] Resolve on range for `superellipse` parameters (#11609)

noamr has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-borders-4] Resolve on range for `superellipse` parameters ==
Follow up on #10993 

The initial draft for `corner-shape` and `superellipse` uses the following parameters:
- 0 is notch
- 0.5 is scoop
- 1 is bevel
- 2 is circle
- 4 is squircle
- 1 is straight

We can also use different values:
notch -> -inf
scoop -> -1
bevel -> 0
round -> 1
squircle -> 2
straight -> inf

This would have an effect on the formula in #11608 as well.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11609 using your GitHub account


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

Received on Thursday, 30 January 2025 15:36:36 UTC