WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: The Famous Clickable Message

for

From: Jonathan Avila
Date: Sep 20, 2016 10:48AM


> No, I used Firebug and looked at the DOM body, head and even the HTML level. None of those exist. Bootstrap is used heavily so as JavaScript in the head. Yet, I was never able to find one event handler as I copied the code from Firebug.

JP, that is what I am saying -- if the event was added with addEventListener it won't show up in the DOM tree in FireBug.

Jonathan

Jonathan Avila
Chief Accessibility Officer
SSB BART Group 
<EMAIL REMOVED>
703.637.8957 (Office)

Visit us online: Website | Twitter | Facebook | Linkedin | Blog
Check out our Digital Accessibility Webinars!


-----Original Message-----
From: WebAIM-Forum [mailto: <EMAIL REMOVED> ] On Behalf Of JP Jamous
Sent: Tuesday, September 20, 2016 12:14 PM
To: 'WebAIM Discussion List'
Subject: Re: [WebAIM] The Famous Clickable Message

No, I used Firebug and looked at the DOM body, head and even the HTML level. None of those exist. Bootstrap is used heavily so as JavaScript in the head. Yet, I was never able to find one event handler as I copied the code from Firebug.

I even tested with NVDA and it reports the same thing using Firefox. I wish this clickable nightmare can be over.

-----Original Message-----
From: WebAIM-Forum [mailto: <EMAIL REMOVED> ] On Behalf Of Jonathan Avila
Sent: Tuesday, September 20, 2016 9:59 AM
To: WebAIM Discussion List < <EMAIL REMOVED> >
Subject: Re: [WebAIM] The Famous Clickable Message

> This has gotten me stumped here. I have the whole DOM of multiple pages and neither one has onclick or onmouseover. Yet, JAWS 17 is announcing Clickable after static text.

Event handlers can be added programmatically through addEventListener and may not appear as attributes if you are just looking at the code.

Jonathan

Jonathan Avila
Chief Accessibility Officer
SSB BART Group
<EMAIL REMOVED>
703.637.8957 (Office)

Visit us online: Website | Twitter | Facebook | Linkedin | Blog Check out our Digital Accessibility Webinars!


-----Original Message-----
From: WebAIM-Forum [mailto: <EMAIL REMOVED> ] On Behalf Of JP Jamous
Sent: Tuesday, September 20, 2016 10:47 AM
To: 'WebAIM Discussion List'
Subject: [WebAIM] The Famous Clickable Message

Okay folks,



This has gotten me stumped here. I have the whole DOM of multiple pages and neither one has onclick or onmouseover. Yet, JAWS 17 is announcing Clickable after static text.



What other DOM elements could make JAWS or NVDA announce Clickable besides the above?