I'm using the accessibility checker in Visual studio 2012
On * < script > * tags I get this Warning WCAG 9.2 - Verify that any element with its own user interface is device-independent.
The relevent WCAG article http://www.w3.org/WAI/wcag-curric/sam68-0.htm talks about alternative keyboard or voice input.
So what exactly am I meant to do? How do I get rid of the warnings? Idealy I'd like to add an attribute to the tag to say 'yeah i've checked it' or something that makes it not a warning anymore.