1.0.3 • Published 7 months ago

mnm-html-attributes v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

This module only returns an array of html attribute objects. The properties for the object would be the name, a boolean property named requiresValue (or simply is a boolean type of attribute or not), and applicableElements with a value of an array containing the name of the elements where that attribute can be used... if the array is empty, it means all elements can have that particular attribute.