HTML unordered list test
Test
- List should be announced when entering and leaving list.
- Number of list items should be announced.
- Each list item should be announced.
- For unordered lists, announcing "Bullet" is optional.
Example
- John
- Mary
Code sample
OS | Browser | NVDA 2014.4 | JAWS 16 | VoiceOver |
---|---|---|---|---|
Windows 7 | IE 11 |
"List with 2 items. Bullet. John" "Bullet. Mary" "Out of list" |
"List with 2 items" "Bullet. John" "Bullet. Mary" "List end" |
|
Windows 7 | IE 8 |
"List with 2 items. Bullet. John" "Bullet. Mary" "Out of list" |
"List with 2 items" "Bullet. John" "Bullet. Mary" "List end" |
|
Windows 7 | Chrome 39 |
"List with 2 items. John" "Mary" "Out of list" |
"List with 2 items" "Bullet. John" "Bullet. Mary" "List end" |
|
Windows 7 | Firefox 34 |
"List with 2 items. Bullet. John" "Bullet. Mary" "Out of list" |
"List with 2 items" "Bullet. John" "Bullet. Mary" "List end" |
|
OSX 10.9 | Chrome 39 |
"List 2 items" "Bullet. John" "Bullet. Mary" "End of list" |
||
OSX 10.9 | Firefox 34 |
"List 2 items" "John" "Mary" "End of list" |
||
OSX 10.9 | Safari 7 |
"List 2 items" "Bullet. John" "Bullet. Mary" "End of list" |