render tree
RU: дерево отрисовки
A tree the browser constructs by combining the DOM and CSSOM, retaining only the visible nodes each with their computed styles. It drives the subsequent layout step, which calculates each node's exact position and size before pixels are painted.