This repository was archived by the owner on Dec 17, 2021. It is now read-only.
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;) wheresomethingis not a valid named reference from this list.