~alcinnz/haskell-stylist

ref: de0ec27e2e0f928021bc5f58860d276c4bda38e2 haskell-stylist/xml-conduit-stylist/src/Data/HTML2CSS.hs -rw-r--r-- 3.6 KiB
971039c7 — Adrian Cochrane 1 year, 6 months ago
Merge branch 'main' of git.adrian.geek.nz:/srv/git/haskell-stylist into main
3e92f6c3 — Adrian Cochrane 1 year, 8 months ago
Revamp XML-Conduit-Stylist API to avoid hard-dependency on Haskell Stylist.
d7ce7863 — Adrian Cochrane 3 years ago
XML Conduit Stylist functions upstream.
2ba0a92a — Adrian Cochrane 4 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.
93288bed — Adrian Cochrane 4 years ago
Integrate unstyled tests into XML Conduit Stylist.
186cbffa — Adrian Cochrane 4 years ago
Improve documentation, release version 1.2
7d1e8859 — Adrian Cochrane 4 years ago
Let user & useragent styles query for a lack of author styles.
41adcf9d — Adrian Cochrane 4 years ago
Introduce simplified html2css API

Which, now that these are implemented, lowers <style> to @media & <link rel=stylesheet> to @import.
ceebe613 — Adrian Cochrane 4 years ago
Rename to Haskell Stylist, old name was taken.
c31dc425 — Adrian Cochrane 4 years ago
Resolve relative link tags for caller.
24e5000b — Adrian Cochrane 4 years ago
Export traversePrepopulatedStyles
d073900e — Adrian Cochrane 4 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.
c134671e — Adrian Cochrane 4 years ago
Update Stylish HTML Conduit to use fixed psuedoelement handling.
ce996690 — Adrian Cochrane 4 years ago
Add support for ::before/::after psuedoclasses to HTML Conduit bindings.
Next