about summary refs log tree commit diff stats
path: root/test/layout/inline-float-before-and-after-clear.expected
Commit message (Collapse)AuthorAgeFilesLines
* layout: refactor tree building phasebptato2025-02-091-1/+1
| | | | | | | * remove inlineGroup - it was completely pointless now, and was the cause of some whitespace collapsing bugs * fix a float bug made visible by the above change * fix non-standard list item counter behavior
* layout: various float fixes in inline contextsbptato2025-01-261-0/+4
* reinit line after outer block height is known * do not set wrap in finishLine preceding outer block layout * attach pending inline floats to line boxes * unify flow a bit more The last two points mean that we now (mostly) handle inline floats like block floats, which is great because only the latter ever worked properly. (Well, margin resolution still needs work...)