I am developing a JS plugin for serving of retina images. The attributes that identify these images are supposed to be the following:
data-retina@2x
,
data-retina@1.5x
,
data-retina@2.5x
.
Could you tell me if these attributes are valid? What characters are allowed (not allowed) in the names of custom data-* attributes in HTML and XHTML?