Closed
Description
There are some uses of anchor() that can be determined invalid() at parse time. For instance,
left: 10px;
left: anchor(--x top);
Should left
resolve to 10px
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.