HTML5 supports arbitrary custom attributes

While doing my research to get custom attributes to validate correctly, I found out the HTML5 will support custom attributes as long as they start “data-“. No more validation vs. ease of use issues.

More details here.

Leave a Reply