Prepare API to expose to C.
This'll be useful for accessing text-to-speech/vice-versa APIs.
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.
Integrate var(), @import, @document, @media, & @supports support.
Render CSS counters into the webpage!
Parse content & counter properties, cleanup property handling.
Integrate CSS Speech Box Model, improve user agent stylesheet.
Draft code for laying out CSS Speech Box Model.
Allow adjusting keyword values.
Output SSML that TTS software like eSpeak can read.
Implement mappings to SSML <prosody> attributes.
Turn off CSS inheritance for cleaner output.
Upgrade to nonbroken Stylish Haskell.
Incorporate Stylish HTML Conduit.
Improves clarity of Rhapsody's code and possibly helps someone else create their own browser.
Correctly match tagnames (syntax error).
How did this regress?