Fix Balkon's behaviour regarding lack of additional whitespace.
 
Upgrade underlying Balkon.
 
Correct coordinate-space involved in rect unionizing.
 
Handle  property on containing blocks.
 
Insert Bidi characters into the tree handed to Balkon!
 
Implement unicode-bidi-property, attempted. Doesn't handle tree.
 
Commit extracted property-parsing code from Graphics.Layout.CSS
 
Refactor tree to aid future dev (Inline layout got a major overhaul anyways...)
 
Correctly reporting surrounding whitespace on inline elements.
 
Incorporate CSS Box Model into positioning inline ancestors.
 
Correctly assign positions, prepare to incorporate padding into size calc
 
Compute boxes & positions.
 
Refactor to use newer Balkón APIs.
Add support for logical properties thanks to Stylist Traits update.
 
Implement property prioritization & shorthands.
 
Build utility for parsing CSS3 Grid templates.
 
Reference document main module.
 
Describe remaining submodules.
 
Add descriptions of CSS property-parsing submodules.