From eb536b2d62cb6d707e95f20611610c36313da602 Mon Sep 17 00:00:00 2001 From: Mike Pennisi Date: Wed, 19 Jun 2024 14:32:06 -0400 Subject: [PATCH] Differentiate settings for prior releases of VO 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#t11) --- tests/support.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/support.json b/tests/support.json index 7ee5646e7..1ad2ea198 100644 --- a/tests/support.json +++ b/tests/support.json @@ -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." ] },