- From: Emilio Cobos Álvarez via GitHub <noreply@w3.org>
- Date: Wed, 17 Dec 2025 00:43:08 +0000
- To: public-css-archive@w3.org
> the taint metadata propagates during the substitution process and follows the value through any number of var() references, whether the properties are registered or unregistered. > Does this behavior make sense for tainting? @kyerebo So if I "un-type" the value (by substituting into something that's not a color) the value becomes the fallback color? I'm not sure that makes sense, because then in something like my example above, if you add something like `caret-color: var(--my-color);` it suddenly stops being the "real" accent color, right? Would you be able to provide a patch (a WIP chromium CL link would work) so that I can play with your proposed behavior a bit? But in general my gut feeling is that plugging all the holes sounds significantly complex. -- GitHub Notification of comment by emilio Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10372#issuecomment-3663068533 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 17 December 2025 00:43:09 UTC