Shadow
Shadow is a new novel web engine made (almost) entirely in JS from scratch
Install / Use
/learn @CanadaHonk/ShadowREADME
Shadow
Shadow is a new novel web engine made (almost) entirely in JS from scratch.
Try it in your browser!
(more info there)
Posts
Contributing
To run the repo, just serve the root directory using a local HTTP server like sirv-cli:
npx sirv-cli .
# Now navigate to: http://localhost:8080/index.html
<!--
### next up
- :hover, :active
- border
- css var()
- box-shadow
- text-shadow
- li markers (list-style-type)
- margin-inline, margin-block (hack: -> margin?)
- rem unit
- center element
- bgColor, fgColor
- fixed length units (cm, in, etc)
- max width/max height
- text highlighting (!)
* popups when using keybinds to notify info
* inspect dom tree panel
* status bar?
* setting for how early but broken or late but good to show a page
### to investigate
- http://home.mcom.com/home/welcome.html (blank?)
- https://cs.sjoy.lol (text good! styling bad)
- https://www.stroustrup.com (okay content, not styling)
- https://kevinlocke.name/
- https://signal.org/ / https://signal.org/blog/
- https://research.swtch.com/nih
- https://notes.valdikss.org.ru/jabber.ru-mitm/
- https://servo.org
- https://ladybird.dev
- https://www.ekioh.com/flow-browser/
- https://whatwg.org/
