~alcinnz/rhapsode

ref: ec9a251c225a8a6bb25846b76fc8998ccf575cc4 rhapsode/src/DefaultCSS.hs -rw-r--r-- 3.6 KiB
256c26c1 — Adrian Cochrane 5 years ago
Refine user agent CSS...

* Read <img> alt, failing that src.
* I'll preprocess HTML forms to insert a better labeled link.
* type=button is never meaningful without JS.
* Insert alternatives to audio cues that don't come accross yet.
7157dd64 — Adrian Cochrane 5 years ago
Fix counters parsing & usage.
2adc7fb2 — Adrian Cochrane 5 years ago
Parse content & counter properties, cleanup property handling.
5b9b03db — Adrian Cochrane 5 years ago
Integrate CSS Speech Box Model, improve user agent stylesheet.
df290308 — Adrian Cochrane 5 years ago
Refine useragent CSS to use less 'voice-rate: x-slow' and more 'voice-pitch'.
53b9d822 — Adrian Cochrane 5 years ago
Upgrade to nonbroken Stylish Haskell.
4d356592 — Adrian Cochrane 5 years ago
Psuedo-elements/classes do run, just not correctly.
ec796896 — Adrian Cochrane 5 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 5 years ago
Fixes for CSS engine.

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