~alcinnz/haskell-stylist

ref: da4a58433cec8a6851115a5bd624a02ea1b77e69 haskell-stylist/src/Data/CSS d---------
da4a5843 — Adrian Cochrane 5 years ago
Support multiple @document conditions (FIX)
4435ce00 — Adrian Cochrane 5 years ago
Switch @document from conjunctive conditions to disjunctive conditions.
8f545827 — Adrian Cochrane 5 years ago
Implement @document rules (save regexp() conditions).

I've still got to select a regexp library to power it.
d5d20109 — Adrian Cochrane 5 years ago
Implement var() via a PropertyParser decorator.
feb616e8 — Adrian Cochrane 5 years ago
Expose hooks for implementing var().

The tricky part here is around CSS inheritance, it works naturally in the existing cascade implementation.
61ab1bce — Adrian Cochrane 5 years ago
Resolve attr() functions.

It's defined during query, because that's when Stylish Haskell (or it's callers)
have easy access to the element being queried.
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.
2eff549d — Adrian Cochrane 5 years ago
Test/fix parsing of psuedoclasses/elements.
e5b85906 — Adrian Cochrane 5 years ago
Add support for psuedoelements/classes.
00ed62a1 — Adrian Cochrane 5 years ago
Code cleanliness fixes.
ccae6742 — Adrian Cochrane 5 years ago
Improve code cleanliness to avoid future bugs.
e8c6873f — Adrian Cochrane 5 years ago
Data.CSS.Style.Selector.Index: fix potential crash.
b6808a67 — Adrian Cochrane 5 years ago
Code cleanliness: Interpret Data.CSS.Style.Importance.splitProperties return value correctly.
2128054b — Adrian Cochrane 5 years ago
Factorize out cascade logic.
b15571fe — Adrian Cochrane 5 years ago
Add method to override CSS inheritance.
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.
Next