-
Notifications
You must be signed in to change notification settings - Fork 719
[css-shapes] Clarify which
are valid in shape-*
#9728
New issue
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
Labels
Comments
I agree that clarification here is needed. I think all Basic Shapes should be allowed for all shape-accepting properties. |
Agreed. |
The CSS Working Group just discussed
The full IRC log of that discussion |
Changes made in b53255a. I’ll keep this issue open until the shapes-1 is published. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
shape-outside
(CSS Shapes 1) andshape-inside
(CSS Shapes 2) are defined with this prose:It is not clear to me if
xywh()
,rect()
,path()
, should be invalid.In SVG 2,
is even further restricted inshape-inside
andshape-substract
, but I assume these are superseded by CSS Shapes.This was previously reported in the multi-faceted issue #7390.
The text was updated successfully, but these errors were encountered: