Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Release v1.6.0

Latest

Choose a tag to compare

@nwronski nwronski released this 07 Jul 03:35
· 3 commits to master since this release

Added

  • Boolean attributes in all the allowed variations forms are now parsed and included in the AST
    • <input checked>
    • <input checked="true">
    • <input checked="">

Fixed

  • Allow unambiguous ampersands (&) in double-quoted attribute values. Ampersands are allowed EXCEPT when they come in the form of a named reference (e.g., &something;) where something is not a valid named reference from this list.