You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix for if a slash is found inside what looks to be an HTML tag (e.g. <something / else>), which is probably not an actual HTML tag and should be treated like data rather than an element
Fix to handle immediately-closed comment tags in HTML parsing (i.e. <!---->)
Fix to handle <!DOCTYPE> tags with no attributes in HTML parsing (whereas correctly formed !DOCTYPE tags should at least be <!DOCTYPE html>, or have some other quirks/almost-standards mode attributes)