back to CanAdapt home

Test aria-sected on element without a role

This is a generic div.

This is a focusable span inside it with aria selected on it. Let's see if the tools fail it and what screen readers do.

 

This is another generic div.

This is a focusable span inside it with aria selected on it. Let's see if the tools fail it and what screen readers do. This is a focusable span inside it with aria selected on it. Let's see if the tools fail it and what screen readers do.

Results

JAWS 15 or NVDA 2014.2 read it OK in FF and IE, but VoiceOver doesn't read the secont row of TH.

Code

<div role="group">This is a generic div,
<span tabindex="0" aria-selected="true">This is a focusable span inside it with aria seelcted on it. Let's see if the tools fail it and what screen readers do.</span>
</div>