Integrate dispatching to native apps.
 
CSS fixes, start implementing downloads.
 
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.
 
Extract URL resolver into 'hurl' hackage
 
Find links in the document (for interactions).
 
Add new URL & commandline arguments input interface.
 
Simplify CSS parsing with new Haskell Stylist API.
 
Release Rhapsode 0.1.1.0!
 
Integrate var(), @import, @document, @media, & @supports support.
 
Fix crash upon pause/rest-before/after: none
 
Add CSS speech properties reference.
 
Merge branch 'master' of git.nzoss.org.nz:alcinnz/rhapsode
 
Provide installation instructions.
 
Upgrade Stylist dependency, fix default table styles.
I forgot that the content property replaces all children.
 
Don't use :not(), it's not supported by Stylish Haskell.
 
Support multi-valued CSS content: properties.
 
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.
 
Render CSS counters into the webpage!