Re: [blink-dev] Questions related to flat tree and layout tree

2023-04-21 Thread Rune Lillesveen
On Thu, Apr 20, 2023 at 7:44 PM Yogesh Tembe wrote: > I am trying to understand various trees that are formed during rendering > process of webpage. > > So we have 4 types of trees - dom tree, css tree, flat tree and layout > tree. > From documentation I know that flat tree is created from dom tr

Re: [blink-dev] Questions related to flat tree and layout tree

2023-04-20 Thread Jeremy Roman
Steve Kobes' Life of a Pixel talk is a good overview of this. While this is a couple years old, I think almost all of it remains accurate today. On Thu, Apr 20, 2023 at 1:44 PM Yogesh Tembe wrote: > I am trying to understand various trees that are fo

[blink-dev] Questions related to flat tree and layout tree

2023-04-20 Thread Yogesh Tembe
I am trying to understand various trees that are formed during rendering process of webpage. So we have 4 types of trees - dom tree, css tree, flat tree and layout tree. >From documentation I know that flat tree is created from dom tree then with flat and css tree we form layout tree. I have fo