Tokenizer: Enjoy improved parsing of special closing tags, including those within <script> elements. This enhancement resolves issues where the parser previously misinterpreted certain tags, ensuring more accurate HTML handling.
Fixes
Fix tokenizing issues when a <script> tag contains a </title> end tag. This update ensures that the parser correctly identifies and processes these tags without errors.