From 99da12294e7f31f33c8d91fc3311caa62f91050c Mon Sep 17 00:00:00 2001 From: Melanie Sumner Date: Tue, 14 Apr 2026 13:44:43 -0500 Subject: [PATCH] Enhance skip navigation link section for clarity Expanded explanation of skip navigation links and their importance for accessibility compliance. --- guides/release/accessibility/page-template-considerations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/release/accessibility/page-template-considerations.md b/guides/release/accessibility/page-template-considerations.md index 8d616240b2..80c071095d 100644 --- a/guides/release/accessibility/page-template-considerations.md +++ b/guides/release/accessibility/page-template-considerations.md @@ -65,7 +65,7 @@ module('Acceptance | posts', function (hooks) { ## Skip Navigation Links -A skip navigation link, or skip link, is a useful feature for users who want to bypass content that is repeated on multiple pages (i.e., a site header). This can especially helpful to users with assistive technology, who have to browse website content in a more linear fashion, but it can also be useful for power users who prefer to navigate websites only using a keyboard. +A skip navigation link, or skip link, is a useful feature for users who want to bypass content that is repeated on multiple pages (i.e., a site header). This can especially helpful to users with assistive technology, who have to browse website content in a more linear fashion, but it can also be useful for power users who prefer to navigate websites only using a keyboard. It is also necessary for applications that have accessibility compliance requirements. See [Understanding Bypass Blocks](https://www.w3.org/WAI/WCAG22/Understanding/bypass-blocks.html) for more information about this [WCAG](https://www.w3.org/TR/WCAG22/) Success Criterion. A visual representation of how the skip link works in the browser