Fix release of CatTrap 0.4 (as I should've called it...)
Parse & apply CSS <table>-styling properties.
Segfault/performance fixes.
Performance optimizations: Concurrency, & move download/styling/layout to out-of-thread.
Incorporate CSS Box Model into positioning inline ancestors.
Describe remaining submodules.
Reference-document generic layout/tree-traversal, seperate natural from final size fields.
Reference-document the CSS Box Model datastructures.
Refactor grid sizes to be dynamically computed.
Merge branch 'main' of git.argonaut-constellation.org:~alcinnz/CatTrap into main
Draft utility to aid resolving conflicting dataflow.
Ensure units are converted correctly between CatTrap & Balkon.
Unittest & fix abstract layout.
Unittest basic grid sizing.
Draft grid width-sizing code.