Skip to content

v4.1.1

Compare
Choose a tag to compare
@gregjacobs gregjacobs released this 28 Apr 01:07
· 53 commits to master since this release
  • 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)