Skip to content

tavro/bem-src

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bem

my own browser engine

  1. HTML parser (DOM)

specification at https://html.spec.whatwg.org/multipage/parsing.html#html-parser

  1. CSS parser (CSSOM)

specification at https://www.w3.org/TR/cssom-1/

  1. Construct render tree (Combine DOM & CSSOM)

https://web.dev/articles/critical-rendering-path/render-tree-construction

  1. Rendering engine

https://github.com/libsdl-org/SDL/releases


HTML Element Reference List: https://www.w3schools.com/TAGS/default.asp

CSS Default Values for tags: https://www.w3schools.com/cssref/css_default_values.php

About

my own browser engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published