Bloomca / veles

UI library with main focus on performance
https://bloomca.github.io/veles/
MIT License
47 stars 0 forks source link

handle boolean DOM attributes correctly #51

Closed Bloomca closed 3 months ago

Bloomca commented 3 months ago

Description

According to the spec (ref) boolean values need to be either the same as attribute name or an empty string for true, and the attribute needs to be completely removed using removeAttribute.

Closes https://github.com/Bloomca/veles/issues/50