mini-van icon indicating copy to clipboard operation
mini-van copied to clipboard

allow variable for data attribute

Open gleh opened this issue 5 months ago • 0 comments

The HTML attribute "data" is often used in modern applications. The related name of the attribute is the combination of the fixed "data-" string and a individual name for that attribute. However the van tags properties requires strings for the property key. That's ok for the most attributes but is a limitation in dynamic DOM handling and querying. The "name" part of an data attribute should be allowed as a variable.

gleh avatar Nov 08 '25 12:11 gleh