WebAIM - Web Accessibility In Mind

E-mail List Archives

JAWS / says "No clickable elements on page"

for

From: Lawrence Guros
Date: Jun 7, 2018 11:35AM


JAWS / says "No clickable element on page" - Does anyone know what JAWS
considers a clickable element? There are many buttons, etc on the page.
We do use Knockout, so I think most of the event listeners are probably
(speculating here) done with javascript element.addEventListener and not
by having a click="someFunction()" in the DOM. Is that the issue? (but
not under our control).

Is this an accessibility issue?

Thanks,
Larry