< Back to Demos | Learn more at PaulJAdam.com >

Preventing VoiceOver OS X from speaking "clickable"

pauljadam.com/demos/voiceover-clickable.html

Resources: https://learn.jquery.com/events/event-delegation/

VO speaks “clickable” when there’s a click or other mouse event on items that are not normally associated with “clicking. To avoid it, pick an appropriate role for the element, or use event delegation on the body element.

Event handler attached to <ul id="list">

Event handler attached to <body> element