~alcinnz/haskell-stylist

ref: d5c5ddeb3e171a82e25147b1dedcba1a2fbbc3fc haskell-stylist/src/Data/CSS/Syntax/StyleSheet.hs -rw-r--r-- 5.1 KiB
8f545827 — Adrian Cochrane 5 years ago
Implement @document rules (save regexp() conditions).

I've still got to select a regexp library to power it.
d073900e — Adrian Cochrane 5 years ago
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.
6344dc8e — Adrian Cochrane 5 years ago
Rework psuedoelement infrastructure so they can be their own boxes.
00ed62a1 — Adrian Cochrane 5 years ago
Code cleanliness fixes.
7061161d — Adrian Cochrane 5 years ago
Parse HTML 'style' attributes.
be4bb6f0 — Adrian Cochrane 5 years ago
Fix parser freezes, blocking issue for Rhapsode.
62b97a58 — Adrian Cochrane 5 years ago
Fix incorrect handling of invalid syntaxes.
8b7a9e9b — Adrian Cochrane 5 years ago
Ignore invalid selectors.
af343c17 — Adrian Cochrane 5 years ago
Switch to new namespace for consistency with other modules like css-syntax.
c1fca3d5 — Adrian Cochrane 5 years ago
Draft alternate API.