How is CSS style inheritance implemented?

I don’t know if this is the place to ask this, but I wanted to ask if anyone could point me to the part of the engine’s codebase where computed values and inheritance are handled.

Thanks!

It’s a combination of the code in the rust-based style system and the C++ code that integrates it into the rest of Gecko.

That said, there isn’t really any Gecko development discussion on discourse (as you can probably see at this point); you’d be more likely to get answers on various channels on Matrix.

@dbaron Thanks a bunch for the links!

I’ve signed up on Matrix. I’ll walk through through the code and direct any questions I have there.

Thanks again!