google chrome - What's the difference between a browser engine and rendering engine? -


i found similar questions not respond 1 have, here list hope else:

what's difference between browser engine, rendering engine , user agent?

difference between layout engine , javascript engine


as explained here https://www.html5rocks.com/en/tutorials/internals/howbrowserswork/

the browser engine: marshals actions between ui , rendering engine.

the rendering engine: responsible displaying requested content. example if requested content html, rendering engine parses html , css, , displays parsed content on screen.

according wikipedia: web browser engine (sometimes called web layout engine or web rendering engine)...

but little bit confused, still can't understand browser engine is, "actions between ui , rendering engine".


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -