Re: [csswg-drafts] [css-anchor-position] `anchor()` Fallback type inconsistency vs WPT (#10831)

So the fallback is somewhat desirable IMO, e.g. you can chain things together like:

`right: anchor(--a left, anchor(--b left))`

e.g. if "a" doesn't exist, use "b".

Note this *is* different than something like:
`min(anchor(--a left), anchor(--b left))` as this will resolve the unknowns to zero, having an affect on the result.

-- 
GitHub Notification of comment by bfgeek
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10831#issuecomment-2339299081 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 9 September 2024 23:01:59 UTC