Details
-
Task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.6.0-beta-2, 1.5.10
-
None
Description
In the moment every attribute name looks like this:
data-tobago-thisisthecustomname
To make it better readable the name should be changed to:
data-tobago-this-is-the-custom-name
Remark: Camel case is not allowed in HTML5 data attributes.