WebAIM - Web Accessibility In Mind

E-mail List Archives

How should work an accessible List

for

From: Yoandry Collazo
Date: Dec 18, 2018 12:25PM


<ul>
<li>
<button> a </button>
</li>
<li>
<button> b </button>
</li>
<li>
<button> c </button>
</li>
<li>
<button> d </button>
</li>
</ul>

I have a list of n buttons when I press TAB the first element of my list is
focused (button a is focused), how should I move inside the list, with
arrow keys or with TAB key?
Any documentation?
Best regards,
Yoandry