When people ask about HTML attributes, they mostly mean the value of an HTML attribute. I am actually asking about real attributes.
Is the following valid?
<a href="test.html" data-attribute-with-&-character="hello">world</a>
Until which degree are attribute names valid (multibyte for example)?