mirror of
https://github.com/vasanthk/how-web-works.git
synced 2026-06-18 01:27:02 +08:00
Rendering engine table
This commit is contained in:
18
README.md
18
README.md
@@ -25,14 +25,14 @@ Note: Browsers such as Chrome run multiple instances of the rendering engine: on
|
||||
|
||||
A rendering engine is a software component that takes marked up content (such as HTML, XML, image files, etc.) and formatting information (such as CSS, XSL, etc.) and displays the formatted content on the screen.
|
||||
|
||||
Browser | Engine | Current
|
||||
----------------- | -------------
|
||||
Chrome | Blink (a fork of WebKit)
|
||||
Firefox | Gecko
|
||||
Safari | Webkit
|
||||
Opera | Blink (pre v15 uses Presto)
|
||||
Internet Explorer | Trident
|
||||
Edge | EdgeHTML
|
||||
|Browser |Engine |
|
||||
|----------------- |:---------------------------:|
|
||||
|Chrome | Blink (a fork of WebKit) |
|
||||
|Firefox | Gecko |
|
||||
|Safari | Webkit |
|
||||
|Opera | Blink (Presto if < v15) |
|
||||
|Internet Explorer | Trident |
|
||||
|Edge | EdgeHTML |
|
||||
|
||||
WebKit is an open source rendering engine which started as an engine for the Linux platform and was modified by Apple to support Mac and Windows.
|
||||
|
||||
@@ -69,4 +69,4 @@ Given below is Webkit's flow:
|
||||
|
||||
*More reading:*
|
||||
|
||||
[How Browsers Work: Behind the scenes of modern web browsers](http://www.html5rocks.com/en/tutorials/internals/howbrowserswork/)
|
||||
[How Browsers Work: Behind the scenes of modern web browsers](http://www.html5rocks.com/en/tutorials/internals/howbrowserswork/)
|
||||
|
||||
Reference in New Issue
Block a user