Listbox and List Enumeration
How many items do screen readers report in lists and listboxes?
Example 1: List of 6 items, all displayed
- one
- two
- three
- four
- five
- six
Example 2: List of 6 items, 3 marked 'hidden'
- one
- two
- three
- four
- five
- six
Example 3: List of 6 items, 3 marked display:none
- one
- two
- three
- four
- five
- six
Example 4: List of 6 items, 3 marked display:none, but, like the 'hidden' example, the first item is visible
- one
- two
- three
- four
- five
- six
Example 5: ARIA listbox with options, 6 items, all displayed
Listboxes and first items are tabbable, but may not be navigable because listbox is a composite widget
- one
- two
- three
- four
- five
- six
Example 6: ARIA listbox with options, 6 items, 3 marked 'hidden'
- one
- two
- three
- four
- five
- six
Example 7: ARIA listbox with options, 6 items, 3 marked display:none
- one
- two
- three
- four
- five
- six
Example 8: ARIA listbox with options, 6 items, 3 marked display:none, but, like in the hidden example, first one is focusable and displayed
- one
- two
- three
- four
- five
- six