Skip to content

Commit

Permalink
Differentiate settings for prior releases of VO
Browse files Browse the repository at this point in the history
The version of VoiceOver bundled with macOS 14 introduced two settings
where it previously offered one. Prior releases offered a single setting
for quick navigation (which this group referred to as "quick nav").
Starting with the macOS 14 release, it offered two settings, dubbed by
this group as "arrow quick key nav" and "single quick key nav."

The `support.json` file documents all three settings but does not
explain the distinction. This may confuse readers who lack the
historical context because the instructions for "quick nav" and "arrow
quick key nav" are identical.

Extend the instructions for "quick nav" to explain the context in which
this setting is relevant.

(This change was discussed at the June 5, 2024 meeting of the ARIA-AT
Community Group: https://www.w3.org/2024/06/05-aria-at-minutes.html )
  • Loading branch information
jugglinmike committed Jun 19, 2024
1 parent c1a3b08 commit 8f8e3e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/support.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@
"quickNavOn": {
"screenText": "quick nav on",
"instructions": [
"Simultaneously press <kbd>Left Arrow</kbd> and <kbd>Right Arrow</kbd>.",
"When using macOS 13 and earlier, simultaneously press <kbd>Left Arrow</kbd> and <kbd>Right Arrow</kbd>.",
"If VoiceOver said 'quick nav off', press <kbd>Left Arrow</kbd> and <kbd>Right Arrow</kbd> again to turn it back on."
]
},
"quickNavOff": {
"screenText": "quick nav off",
"instructions": [
"Simultaneously press <kbd>Left Arrow</kbd> and <kbd>Right Arrow</kbd>.",
"When using macOS 13 and earlier, simultaneously press <kbd>Left Arrow</kbd> and <kbd>Right Arrow</kbd>.",
"If VoiceOver said 'quick nav on', press <kbd>Left Arrow</kbd> and <kbd>Right Arrow</kbd> again to turn it back off."
]
},
Expand Down

0 comments on commit 8f8e3e6

Please sign in to comment.