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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

List the four steps of the rendering engine’s main flow.

A
  1. Construct the DOM tree.
  2. Construct the render tree.
  3. Layout the render tree.
  4. Paint the render tree using the UI backend layer.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly