HTMLKit v0.9.2 Release Notes

  • ๐Ÿš€ Released on 2016.05.18

    ๐Ÿš€ This release passes all tokenizer and tree construction html5lib-tests as of 2016.05.18

    โž• Added

    • Handling for <menu> and <menuitem>
    • ๐Ÿ”„ Changelog

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated adoption agency algorithm according to the latest specification, see:
    • ๐Ÿšš <isindex> is completely removed from the spec now, therefore it is dropped from the implementation
    • โœ… Tokenizer and Tree-Construction tests are now generated dynamically
    • โœ… Test failures are collected by a XCTestObservation for better reporting

    ๐Ÿ›  Fixed

    • ๐Ÿ“œ Parser now checks the qualified name instead of the local name when handling elements in the MathML and SVG namespaces