First, the browser combines the DOM and CSSOM into a “render tree,” which captures all the visible DOM content on the page and all the CSSOM style information for each node . To construct the render tree, the browser roughly does the following: Starting at the root of the DOM tree, traverse each visible node.