Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | csstree: add ::marker pseudo element | bptato | 2025-04-02 | 1 | -1/+1 |
| | |||||
* | cssvalues: fix list-style-type initial value | bptato | 2025-02-12 | 1 | -1/+1 |
| | | | | | The marker placement in that test is wrong, but that isn't really a result of this change. | ||||
* | 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: prevent double-clear for flow roots | bptato | 2025-01-01 | 1 | -0/+12 |
I don't like the extra flag, but I don't see a better way. |