Listbox and List Enumeration

How many items do screen readers report in lists and listboxes?

Example 1: List of 6 items, all displayed

Example 2: List of 6 items, 3 marked 'hidden'

Example 3: List of 6 items, 3 marked display:none

Example 4: List of 6 items, 3 marked display:none, but, like the 'hidden' example, the first item is visible

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

Example 6: ARIA listbox with options, 6 items, 3 marked 'hidden'

Example 7: ARIA listbox with options, 6 items, 3 marked display:none

Example 8: ARIA listbox with options, 6 items, 3 marked display:none, but, like in the hidden example, first one is focusable and displayed