Hello! I am a Korean student who wants to become a developer.
I am sending this e-mail because I have a question while studying the Blink's Rendering Pipeline.
I learned that StyleResolver creates ComputedStyle through StyleRules created by CSSParser, and ComputedStyle contains the final style.
And I wonder if ComputedStyle is linked to the DOMTree created through the parse process.
When you look at the picture, DOMTree and ComputedStyle seem to be linked, but I'm curious as there is no such word different from the layoutTree description picture.

Are DOMTree and ComputedStyle linked?
Thank s for reading, I'll waiting for an answer about this question.