mnm-html-attributes
v1.0.3
Published
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 contain
Downloads
3
Maintainers
Readme
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.