fimad / scalpel

A high level web scraping library for Haskell.
Apache License 2.0
323 stars 43 forks source link

Document scalpel's parsing algorithm #79

Open fimad opened 5 years ago

fimad commented 5 years ago

Scalpel does not attempt to follow the HTML spec's parsing algorithm. How it interprets / parses content should be documented in the public API, not just in the internal comments around the parsing code.