master
Keep non-significant blanks node in HTML parser
html: Optimize htmlParseCharData
html: Rework meta charset handling
html: Stop implying <p> start tags
html: Map some encodings according to HTML5
html: Don't check for valid XML characters
Initialize keepBlanks in HTML parser
html: Don't escape < and > when serializing attribute values
html: Parse named character references according to HTML5
html: Normalize newlines
removing the SAXresults tree, keeping result in the same tree, added
Large sync between my W3C base and Gnome's one:
parsing real HTML is a nightmare. - HTMLparser.c result/HTML/*: revamped the way the HTML parser handles end of tags or end of input Daniel
html: Add character data tests
htmlParseComment: treat `--!>` as if it closed the comment
html: Parse bogus comments instead of ignoring them
htmlParseComment: handle abruptly-closed comments
html: HTML5 character data states
html: Start to fix EOF and U+0000 handling
html: Always serialize attributes with double quotes
html: Fix line numbers with CRs
Fix regression parsing public IDs literals in HTML
SAX2: Ignore namespaces in HTML documents
html: Stop reporting syntax errors
more code cleanup, especially around error messages, the HTML parser has
html: Make data parsing modes work with push parser