Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 591 Bytes

Browser engine.md

File metadata and controls

6 lines (6 loc) · 591 Bytes

also known as Layout engine or rendering engine

  • primary job of a browser engine is to transform HTML documents and other resources of a web page into an interactive visual representation on a User's device.
  • browser engine is not a stand-alone computer program.
  • a browser engine enforces the [[content security policy]] between documents, handle navigation through hyperlinks and data submitted through forms, and implements the Document Object Model, exposed to scripts associated with the document.

References

Browser engine