Emilio Cobos Álvarez
Emilio Cobos Álvarez
> As @fantasai mentioned, you don't want to affect other uses of system colors on the page. Can either of you elaborate? Do you mean we don't want to change...
Well, if we're going to need system colors anyways for forced colors (even if it's on a UA sheet), I don't see the point in having two different sets of...
Forced colors is indeed the main concern. `color-scheme` could be another, but maybe we just use light-dark or somesuch for backgrounds and things work out
> Most of the time it should be possible to reverse the symbol mangling in rust-bindgen back to whatever would have been written in C That's true for C, but...
I mean, I think the only reason that's the case in intersection observer is because it used to be a monkey-patch... But sure I guess a note mentioning it's used...
#6270 has some more info too.
well, this is in any case a warning tho, right? It's just you're using `-D warnings`.
Yeah, so the issue is that we re-use the already-mangled name and just append `_raw` to it. It comes from 3c09db0b5646b3d229d5c5f5e13cf2b2373ae2d9. It should be relatively straight-forward to do this by...
> Probably, internal declarations take precedence for::host, and external one for ::part, with perhaps an option to override with !important. That is the opposite to how usual cascade order behaves...
> Since :host is defined in the inner scope, it should share the inner scope definitions. But rules from `:host` inherit through the inner _and outer_ scopes, right? And what...