From 8405aa4fe9d44200ea770283d2c6b50abfe92f8a Mon Sep 17 00:00:00 2001 From: Ronny Shani <63248335+ironnysh@users.noreply.github.com> Date: Tue, 21 May 2024 19:08:15 +0200 Subject: [PATCH] Update Using native keyboard accessibility section (#33419) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update Using native keyboard accessibility section - The current version of Firefox supports keyboard navigation by default—removed reference. - Updated the instructions for enabling keyboard navigation on Safari (macOS 13+). Also added a link to Apple's user guide for older versions. Closes issue #29050. * Update files/en-us/learn/tools_and_testing/cross_browser_testing/accessibility/index.md Co-authored-by: Chris Mills --------- Co-authored-by: Chris Mills --- .../cross_browser_testing/accessibility/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/files/en-us/learn/tools_and_testing/cross_browser_testing/accessibility/index.md b/files/en-us/learn/tools_and_testing/cross_browser_testing/accessibility/index.md index 290faef1f74e7fc..89b5d9198c57898 100644 --- a/files/en-us/learn/tools_and_testing/cross_browser_testing/accessibility/index.md +++ b/files/en-us/learn/tools_and_testing/cross_browser_testing/accessibility/index.md @@ -131,8 +131,7 @@ You can then press Enter/Return to follow a focused link or press a button (we'v Note that different browsers may have different keyboard control options available. Most modern browsers follow the tab pattern described above (you can also do Shift + Tab to move backwards through the focusable elements), but some browsers have their own idiosyncrasies: -- Firefox for the Mac doesn't do tabbing by default. To turn it on, you have to go to _Preferences > Advanced > General_, then uncheck "Always use the cursor keys to navigate within pages". Next, you have to open your Mac's System Preferences app, then go to _Keyboard > Shortcuts_, then select the _All Controls_ radio button. -- Safari doesn't allow you to tab through links by default; to enable this, you need to open Safari's _Preferences_, go to Advanced, and check the _Press Tab to highlight each item on a webpage_ checkbox. +- Safari on Mac doesn't allow you to tab through links by default; to enable this, open _System Settings_, scroll down to _Keyboard_, and enable _Keyboard navigation_. If you're using an older version of macOS, see [Use your keyboard like a mouse with Mac](https://support.apple.com/en-is/guide/mac-help/mchlp1399/mac) on Apple's macOS User Guide. > **Warning:** You should perform this kind of test/review on any new page you write — make sure that functionality can be accessed by the keyboard, and that the tab order provides a sensible navigation path through the document.