WebAIM - Web Accessibility In Mind

E-mail List Archives

JAWS and lists

for

From: R.U. Steinberg
Date: May 14, 2018 11:44AM


Does anyone know why JAWS ignores list semantics when you tab through it as
opposed to using arrow buttons? Just wondering if this is a defect or a
feature. NVDA announces either way. Example:

<h1>A List</h1>

<ul>

<li><a href="#">Link 1</a></li>

<li><a href="#">Link 2</a></li>

<li><a href="#">Link 3</a></li>

</ul>