add a missing link

This commit is contained in:
okmttdhr
2018-09-15 14:53:00 +09:00
committed by GitHub
parent 014d84d5ef
commit 353fae232e

View File

@@ -20,7 +20,7 @@ What happens behind the scenes when we type google.com in a browser?
- [Parsing Basics](#parsing-basics)
- [DOM Tree](#dom-tree)
- [Render Tree](#render-tree)
- [Render tree's relation to the DOM tree](#)
- [Render tree's relation to the DOM tree](#render-trees-relation-to-the-dom-tree)
- [CSS Parsing](#css-parsing)
- [Layout](#layout)
- [Painting](#painting)