up vote 0 down vote favorite
share [g+] share [fb]

Can't find this info ... looks like its HTML-5ish

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

If you're talking about attributes with the data- prefix, that's indeed HTML5 only. If you want to use them in XHTML, you'd need XHTML5.

There is also an attribute whose name is just data. It's for <object> elements and works like the src attribute on images. It's part of HTML4 and XHTML1 in both Strict and Transitional doctypes.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.