- From: Noam Rosenthal via GitHub <noreply@w3.org>
- Date: Fri, 12 Sep 2025 18:19:40 +0000
- To: public-css-archive@w3.org
Something we can perhaps consider is to resolve an interpolated color that is a derivative of system colors as some opaque keyword/function (e.g. `getComputedStyle(element).color` would return something like `from-system(12)` (or some other system-generated number and whatever function name). This would be a color function like all the other color functions, and can be mixed and painted with. Internally it would represent the actual color rather than the whole chain (which was the issue with #5780). We should make these colors also taint a canvas they are painted into, in the same way cross-origin no-cors images taint a canvas, so that pixels can't be read from it. -- GitHub Notification of comment by noamr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10372#issuecomment-3286391437 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 12 September 2025 18:19:41 UTC