Recovery after tokenization errors
Right now the parser stops as soon as any tokenization error occurs, even if a recovery would be possible. Sometimes the HTML standard defines the recovery procedure, sometimes we could recover by inserting or removing a known character. The parser errors should still be reported and should not be ignorable (with directives) or configurable (neither enabled or disabled). But with the recovery means that the rest of the document can be validated properly.
epic