E-mail List Archives
Re: predictive searching on a web page and mouse hovers
From: Jonathan Avila
Date: Oct 14, 2016 11:17AM
- Next message: _mallory: "Re: predictive searching on a web page and mouse hovers"
- Previous message: Bryan Garaventa: "Re: predictive searching on a web page and mouse hovers"
- Next message in Thread: _mallory: "Re: predictive searching on a web page and mouse hovers"
- Previous message in Thread: Bryan Garaventa: "Re: predictive searching on a web page and mouse hovers"
- View all messages in this Thread
> 2. Mouse hovers when a user places a mouse pointer on top of an graphic, link, paragraph, etc. How can a screen reader or keyboard user interact with this? Does a on keyboard event have to be present? Some posts I have seen state the use of a mouse hover as I described should not be present. I am not sure the best practise here.
You can use aria-describedby to associate the tooltip text with the triggering item -- you will want the item to be focusable for keyboard only users as well and can use onfocus to trigger the popup.
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!
- Next message: _mallory: "Re: predictive searching on a web page and mouse hovers"
- Previous message: Bryan Garaventa: "Re: predictive searching on a web page and mouse hovers"
- Next message in Thread: _mallory: "Re: predictive searching on a web page and mouse hovers"
- Previous message in Thread: Bryan Garaventa: "Re: predictive searching on a web page and mouse hovers"
- View all messages in this Thread