-
Notifications
You must be signed in to change notification settings - Fork 719
[css-anchor-position] Should anchor() be validated at parse time when it is known invalid? #10955
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
Comments
I suspect we should validate whatever we can at parse time. It allows for better fallback behavior. Agenda+ to discuss. |
The CSS Working Group just discussed
The full IRC log of that discussion |
Re: currently Chrome accepts it, and when applying them to the sides that do not accept the value, uses the fallback value provided to the |
Uh oh!
There was an error while loading. Please reload this page.
There are some uses of anchor() that can be determined invalid() at parse time. For instance,
Should
left
resolve to10px
here, or the default value?The spec is a little unclear on when this "valid anchor function" concept is evaluated and/or if it is something that gets evaluated at each stage.
The text was updated successfully, but these errors were encountered: