~alcinnz/haskell-stylist

e3beef67 — Adrian Cochrane 3 years ago
Add new style tree traversals.
12a80582 — Adrian Cochrane 3 years ago
Expand :is/:where lowering.
48390f5f — Adrian Cochrane 3 years ago
Codestyle: remove unnecessary parens.
5a53c0de — Adrian Cochrane 3 years ago
Move :root handling into interpretor.
a862da93 — Adrian Cochrane 3 years ago
Test basics of counter substitution.
acad9091 — Adrian Cochrane 3 years ago
Test counters() handling against longhand rather than shorthand.

Because that's where it'll be passed
2ba0a92a — Adrian Cochrane 3 years ago
Start testing counters implementations, fix syntactic shorthand lowering for counter[s]() functions.
5fa9521a — Adrian Cochrane 4 years ago
Release XML Conduit Stylist 2.0.0.0!
7ff2b69d — Adrian Cochrane 4 years ago
Refactor style application API to use StyleTree abstraction.
28a70955 — Adrian Cochrane 4 years ago
Draft stylize function.
e45e40ba — Adrian Cochrane 4 years ago
XML Conduit Stylist Refactor: convert XML Conduit tree to Haskell Stylist Element StyleTree.
45584b83 — Adrian Cochrane 4 years ago
Drop legacy html2css parsing functions.
277f756c — Adrian Cochrane 4 years ago
Release new Haskell Stylist & XML Conduit Stylist!

XML Conduit Stylist changed to abstract away Haskell Stylist's breaking datastructure changes.
15b2412e — Adrian Cochrane 4 years ago
Correct pseudoclass to pseudoelement rewrites to apply to only rightmost selector.

I previously got the semantics of my datastructures backwards: the head is the rightmost selector.
6ef8d731 — Adrian Cochrane 4 years ago
ISSUES: Namespaces have just been implemented.
3847375b — Adrian Cochrane 4 years ago
Remove preceding whitespace from all CSS at-rules.
ed0c2ba1 — Adrian Cochrane 4 years ago
Lower psuedoclasses & namespaces throughout CSS selectors.

Previously I just applied to them to the rightmost.
cae4f2e0 — Adrian Cochrane 4 years ago
Rewrite parsed namespaces according to @namespace rules.
edfaf74d — Adrian Cochrane 4 years ago
Evaluate attribute namespace selectors.
5ff74dcf — Adrian Cochrane 4 years ago
Parse namespace selectors.
Next