Re: [csswg-drafts] [css-variables] CSS wide keywords in custom properties with dependencies (#9131)

Chrome's behavior, as far as I can tell, is what I'd naively expect to happen, particularly in [Ander's latest example](https://github.com/w3c/csswg-drafts/issues/9131#issuecomment-1660359090) where Chrome gives green. --x and --y are initially not cyclic, but fallback causes --x to change to a value that is cyclic with --y, so the final `var(--y, green)` triggers fallback too.

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


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

Received on Tuesday, 9 April 2024 20:30:45 UTC