~alcinnz/haskell-stylist

ref: 971039c7fa20c1c224f84474af7ba51b73436089 haskell-stylist/src/Data/CSS/StyleTree.hs -rw-r--r-- 1.9 KiB
971039c7 — Adrian Cochrane 1 year, 6 months ago
Merge branch 'main' of git.adrian.geek.nz:/srv/git/haskell-stylist into main
3e92f6c3 — Adrian Cochrane 1 year, 9 months ago
Revamp XML-Conduit-Stylist API to avoid hard-dependency on Haskell Stylist.
a73ae441 — Adrian Cochrane 1 year, 9 months ago
Remove Stylist-Traits APIs from Stylist Core, leaving backwards-compatible stubs.
e3beef67 — Adrian Cochrane 4 years ago
Add new style tree traversals.
fcbba23e — Adrian Cochrane 4 years ago
Implement style tree flattening utility.

This will be useful in Rhapsode for making sure voice synthesizers continue to
have full voice features information as the user jumps around the document.
And it will be useful for visual browsers in transitioning from layout to render.
5f40f7e8 — Adrian Cochrane 4 years ago
Abstract Tree traversal (commited out-of-order).