Let user & useragent styles query for a lack of author styles.
Introduce simplified html2css API Which, now that these are implemented, lowers <style> to @media & <link rel=stylesheet> to @import.
Rename to Haskell Stylist, old name was taken.
Resolve relative link tags for caller.
Export traversePrepopulatedStyles
Add additional hooks for callers: * Resolve relative URLs. * Set priority on any stylesheet implementation. * Substitute content during XML Conduit traversal in place of computed styles.
Update Stylish HTML Conduit to use fixed psuedoelement handling.
Add support for ::before/::after psuedoclasses to HTML Conduit bindings.
Parse HTML 'style' attributes.
Improve traverseStyles type signature. Allow differing output types and give text nodes style if they want it.
Improve concision of Stylish HTML Conduit's API.
Draft html-conduit to Stylish Haskell bindings.
Initialize stylish-html-conduit sidemodule.