~alcinnz/haskell-stylist

ref: 6e0ed7114e8f5d5a209223cf9f2f27f9d2582b6d haskell-stylist/src/Data/CSS/StyleTree.hs -rw-r--r-- 402 bytes
a73ae441 — Adrian Cochrane 2 years 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).