1.9.2
1.9.2
- FIX: Shortcut last descendant calculation if possible for performance.
- FIX: Fix issue where
Doctype
strings can be mistaken for a normal text node in some cases. - FIX: A top level tag is not a
:root
tag if it has sibling text nodes or tag nodes. This is an issue that mostly manifests when usinghtml.parser
as the parser will allow multiple root nodes.