Re: [csswg-drafts] [css-variables] Should `var(var(--x))` work? (#11144)

That mostly makes sense, but I don't understand why (4) and (5) are needed, and what exactly what you're describing here.

Are you saying that for:

```
#parent {
  --x: foo;
}
#child {
  --x: var(--unknown);
}
```

the computed value of `--x` on `#child` is now `<guaranteed-invalid>` rather than `foo`?

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


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

Received on Tuesday, 5 November 2024 22:28:31 UTC