WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: JAWS/NVDA ordered lists on IE 8 and 9

for

From: Léonie Watson
Date: Aug 17, 2012 11:50AM


Heidi Jungel wrote:
"We have an ordered list and use css to set the list style type to
upper-alpha. Both JAWS and NVDA, with IE 8 and 9, read 1., 2., 3. instead
of A., B.,C."

Can you post the code you're testing? Jaws 13 in IE9 doesn't seem to have
the problem you describe (using the example below). It's Friday afternoon,
so I could be missing something though!

<ol style="list-style: upper-alpha;">
<li>Apples</li>
<li>Oranges</li>
<li>Limes</li>
</ol>

Léonie.