Commit 5e85f74
committed
Bug 1158509 - Reading List item does not announce if it is read/unread
with accessibility
We communicate that the item is read primarily by speaking it with lower
pitch. So a VoiceOver user immediately learns whether item is
read/unread by noting the pitch of the voice. As read/unread status is
not communicated by a word at the beginning of the accessibility label
and the label begins with the title of the webpage, the user will also
immediately learn the beginning words of the title of webpage. I.e., the
title of the webpage and read/unread status are learned simultaneously
and immediately by the VoiceOver user.
This allows for quick navigation through the items, as within first
fractions of a second VoiceOver user can identify both read/unread
status and the beginning of the title of the article.
"Read"/"Unread" is still announced after the title, in case the user is
using only braille display without speech, or the user has trouble
recognizing pitch changes, or the user is a Switch Control user (Switch
Control does not respect the UIAccessibilitySpeechAttribute* attributes
- <rdar://problem/20701917>).1 parent c2628e1 commit 5e85f74
1 file changed
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| 56 | + | |
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
| |||
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| |||
169 | 173 | | |
170 | 174 | | |
171 | 175 | | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
172 | 197 | | |
173 | 198 | | |
174 | 199 | | |
| |||
0 commit comments