~alcinnz/rhapsode

ref: 2adc7fb2e4778f57c1af1406229639f485961470 rhapsode/src/DefaultCSS.hs -rw-r--r-- 4.5 KiB
2adc7fb2 — Adrian Cochrane 4 years ago
Parse content & counter properties, cleanup property handling.
5b9b03db — Adrian Cochrane 4 years ago
Integrate CSS Speech Box Model, improve user agent stylesheet.
df290308 — Adrian Cochrane 4 years ago
Refine useragent CSS to use less 'voice-rate: x-slow' and more 'voice-pitch'.
53b9d822 — Adrian Cochrane 4 years ago
Upgrade to nonbroken Stylish Haskell.
4d356592 — Adrian Cochrane 4 years ago
Psuedo-elements/classes do run, just not correctly.
ec796896 — Adrian Cochrane 4 years ago
Integrate stylizer, fix/silence errors.

Stylish Haskell's parser is freezing upon certain syntaxes,
the commented out code indicates that Rhapsode's logic is fine.
f592768d — Adrian Cochrane 4 years ago
Fixes for CSS engine.

* Package default stylesheet in executable.
* Test for media attribute.
* Decode CSS responses correctly.