We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
csswg-drafts/css-shapes-1/Overview.bs
Line 418 in d332721
The optional <<'border-radius'>> argument(s) define rounded corners for the inset rectangle using the 'border-radius' shorthand syntax.
It's not specified and I believe it should whether border-radius percentage values should be calculated based on inset rectangle or its outer box.
#example { width: 100px; height: 300px; background: red; clip-path: xywh(0% 0% 100% 33.3% round 50%) }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
csswg-drafts/css-shapes-1/Overview.bs
Line 418 in d332721
It's not specified and I believe it should whether border-radius percentage values should be calculated based on inset rectangle or its outer box.
The text was updated successfully, but these errors were encountered: