Main Flow Flashcards
1
Q
Where does the rendering engine get the content from in order to display it?
A
It gets the content from the networking layer.
2
Q
List the four steps of the rendering engine’s main flow.
A
- Construct the DOM tree.
- Construct the render tree.
- Layout the render tree.
- Paint the render tree using the UI backend layer.