~alcinnz/rhapsode

ref: b130fb0bd67c92ef1b9bf9b65f2633c117e69913 rhapsode/src d---------
06d8ec36 — Adrian Cochrane 4 years ago
Prepare API to expose to C.

This'll be useful for accessing text-to-speech/vice-versa APIs.
e90a1a7e — Adrian Cochrane 4 years ago
Avoid reading out webforms, that's another to-be-implemented mode.
2e1b1a76 — Adrian Cochrane 4 years ago
Integrate dispatching to native apps.
9f81815f — Adrian Cochrane 4 years ago
CSS fixes, start implementing downloads.
2d6a43f4 — Adrian Cochrane 4 years ago
Fix CSS charset detection.

Previously I didn't handle cases where the charset was unspecified,
or where it wasn't valid text in the charsets I trialled.
e41dd031 — Adrian Cochrane 4 years ago
Extract URL resolver into 'hurl' hackage
36f30081 — Adrian Cochrane 4 years ago
Find links in the document (for interactions).
c900dfa4 — Adrian Cochrane 4 years ago
Add new URL & commandline arguments input interface.
1b39f12f — Adrian Cochrane 4 years ago
Simplify CSS parsing with new Haskell Stylist API.
a50ff310 — Adrian Cochrane 4 years ago
Integrate var(), @import, @document, @media, & @supports support.
bbf907ae — Adrian Cochrane 4 years ago
Fix crash upon pause/rest-before/after: none
122e0974 — Adrian Cochrane 4 years ago
Style <aside>.
97ae04ec — Adrian Cochrane 4 years ago
Upgrade Stylist dependency, fix default table styles.

I forgot that the content property replaces all children.
8adde0e9 — Adrian Cochrane 4 years ago
Don't use :not(), it's not supported by Stylish Haskell.
ec9a251c — Adrian Cochrane 4 years ago
Load userstyles.
27745b94 — Adrian Cochrane 4 years ago
Support multi-valued CSS content: properties.
256c26c1 — Adrian Cochrane 4 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.
362b4f07 — Adrian Cochrane 4 years ago
Render CSS counters into the webpage!
7157dd64 — Adrian Cochrane 4 years ago
Fix counters parsing & usage.
2adc7fb2 — Adrian Cochrane 4 years ago
Parse content & counter properties, cleanup property handling.
Next