HTML Parsing: Introduce the SAParser, a new implementation that enhances the parsing capabilities of the toolset. This new parser is designed to improve performance and accuracy in handling HTML documents.
Improvements
HTML Parsing: Refactor doctype serialization to fix bugs and improve the rendering of new lines in <pre> tags. This ensures that HTML documents are parsed and serialized more accurately.
Fixes
Fix issues with doctype serialization that were causing incorrect outputs. This resolves bugs related to how document types are handled during parsing.
Others
Refactor and enhance the testing framework to ensure better coverage and reliability of the parsing toolset. This includes updates to existing tests and the addition of regression tests.