A web browser implemented from scratch in Python.
Adapted from browser.engineering.
- [] Fix comment handling in HTML and CSS parser
- []
<pre>and<code> - [] Browser resizing
- [] Visual scroll bar
- [] Bullet lists
<li> - [] Inline CSS styling
<style> - [] Additional CSS selectors
- [] Move block/inline display to the default CSS file
- [] Class selectors for CSS
- [] Add width and height to block objects
- [] Implement font-family for CSS