Chrome browser context on rendering

less than 1 minute read

Chrome browser is building the following context on rendering HTML page.

  • Formatting context
  • Element flow
  • Stacking context
  • DOM
  • Render object
  • Render layer
  • Graphic layer

Categories:

Updated: