webkit
WebKit 是一个浏览器引擎,用来把网页代码(HTML / CSS / JS)解析、执行并渲染成用户看到的页面。
- convert html into dom, and css into cssdom
- invoke the JS engine
- render the page, calculate position, draw styal, print on the screen
- provide the web api
blink
Blink 是从 WebKit fork 出来的浏览器引擎分支,并在之后经历了大规模重构与独立演化。
But now ! In 2026, blink is completely indepentent of Webkit and belongs to an indepentent engine