my own browser engine
- HTML parser (DOM)
specification at https://html.spec.whatwg.org/multipage/parsing.html#html-parser
- CSS parser (CSSOM)
specification at https://www.w3.org/TR/cssom-1/
- Construct render tree (Combine DOM & CSSOM)
https://web.dev/articles/critical-rendering-path/render-tree-construction
- 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