Parse HTML 'style' attributes.
Have Stylish HTML Conduit depend on a non-buggy version of Stylish Haskell.
Fix parser freezes, blocking issue for Rhapsode.
Fix incorrect handling of invalid syntaxes.
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.
Ignore invalid selectors.
Aid attribute sorting, fix install of internal modules.
Test/fix cascade logic for selector specificity.
Switch to new namespace for consistency with other modules like css-syntax.
[Project] Stylish Haskell
Generic implementation of CSS selectors, specificity, cascade, and inheritance
independant of supported CSS properties.
Draft example property definitions.
Implement dispatching parser of CSS properties.
Abstract away RuleStore construction.