Create Valid HTML5 while Using Custom Attributes
Posted on August 22nd, 2011 in category: Tips and Tricks
Custom attributes are often a great way to set and retrieve data from JavaScript which is specific to the HTML element. You have been able to get away with using custom attributes but not without upsetting the validators, in HTML5 this is possible.
1 Comment