about summary refs log tree commit diff stats
path: root/test/layout/position-relative-percentage-on-table-with-excluded-space.html
Commit message (Collapse)AuthorAgeFilesLines
* layout: merge addOuterBlock with layoutBlock, refactorbptato2025-02-041-0/+5
Having to initLine after every block hurts... I've added a mechanism to at least eliminate cleared floats, but I wish we just didn't init the line :/ (I tried making it lazy, but I couldn't get it to work elegantly.) I've also added some comments about flow, and moved around code so that related layouts are mostly in the same place.