Re: Voiceover detection in JavaScript

Bryan Garaventa wrote:

> **
>  "You can see an example of the scrollable div at
> http://whatsock.com/bootstrap
> on the Scroll tab, which uses the following syntax:
>
> <div class="accScrollable">
> <div>
> Scrollable content here.
> </div>
> </div>
>
> I've tested this in both IE and FF successfully."
>

Wow, there's a lot going on there. Is it possible you've done too much?

For example, a basic scrollable div with tabindex and outline is fine in
VoiceOver, and with keyboard only:
http://alastairc.ac/testing/scrollable-div.html

The page indicates 'key assignments', could they be interfering?

-Alastair

Received on Friday, 5 April 2013 09:07:15 UTC