If a defined custom attributes to input fields in an XHTML document are these then valid attributes?
As if i validate the xhtml document with w3c validator then the validator marks them as invalid attributes.
How may I validate then?
I have seen feww article that suggest to append them in DTD file.
What will be the best way to avoid such validation errors?
Thanks