I am using a jQuery slider that requires I add new attributes to the img tag so it can display the description and a link. However this is not W3C compliant.
Is there a way to make it pass?
<img src="..." alt="..." data-text-id="#sliderText" data-title="..." data-desc="..." />
Thanks.
Set your doctype to be HTML 5. Use this code at the top of your page: