Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | layout: refactor tree building phase | bptato | 2025-02-09 | 1 | -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: fix nested absolute positioning, refactor initial size resolution | bptato | 2024-10-25 | 1 | -0/+10 |
Nested position: absolute was broken, so fix it. Also, it makes no sense to dispatch inside layoutBlockChild when we know the expected resolution algorithm upon calling it anyway, so now we do that statically. Finally, fix some bugs in position: absolute size resolution. |