Enable styling corners, on top of the existing border-radius, by specifying the shape/curvature of the corner. This allows shapes like squircles, notches, scoops etc., and animating between them.
None
Does this intent deprecate or change behavior of existing APIs, such that it has potentially high risk for Android WebView-based applications?
None
None
Shipping on desktop | 139 |
DevTrial on desktop | 136 |
Shipping on Android | 139 |
DevTrial on Android | 136 |
Shipping on WebView | 139 |
The base of the spec is quite stable at this point, and is ready to be used by developers. Here is a list of spec issues related to corner-shape:
A shorthand, compatible with current longhands:
planning to ship this shorthand once the details are resolved, either together with the existing content or in a subsequent release. I believe we can give what's implemented to developers, and add the shorthand a bit later if needed.
* https://github.com/w3c/csswg-drafts/issues/11622
* https://github.com/w3c/csswg-drafts/issues/11679
* https://github.com/w3c/csswg-drafts/issues/12150
These are future compatible enhancements.
https://github.com/w3c/csswg-drafts/issues/11764
Some rendering questions, but in an area that is implementation defined anyway (color-joins are not interoperable or spec'ed, before corner-shape).
An FPWD for css-borders-4 is underway.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAJn%3DMYav0x0axtOsPOnOuCVG1BC%2BZMCVpEdzp-cxaV%3DTuHPsOg%40mail.gmail.com.
To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAFUtAY8NYMVEg7%2BVwmT5yYr28oZhH7EhTwqf1%2B8jB2kjvvazLA%40mail.gmail.com.
LGTM2, and in particular thanks for the clear spec issues analysis.
Probably you should move the tests out of the /tentative/ subdirectory?
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
Excited to see this!Has the TAG weighed in on the proliferation of related but different shorthand syntaxes in this area? We have `superellipse()` here and `cubic-bezier()` in easing. Should we provide both in each system? If not, why not?