Changeset 3281033
- Timestamp:
- 04/24/2025 02:05:40 PM (11 months ago)
- Location:
- menu-skip-links
- Files:
-
- 2 edited
-
tags/1.0/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
menu-skip-links/tags/1.0/readme.txt
r3274864 r3281033 10 10 11 11 Automatically adds skip links to WordPress menus and Easy Table of Contents to comply to the WCAG bypass blocks accessibility criterion. 12 13 == Description == 14 15 This WordPress plugin automatically generates skip links for every menu on your website, improving navigation for users relying on screen readers or keyboard navigation. 16 It also seamlessly integrates with the [Easy Table of Contents](https://wordpress.org/plugins/easy-table-of-contents/) plugin, adding skip links to table of contents menus when installed. 17 18 By implementing skip links, the plugin helps meet the WCAG 2.1 Level A ["Bypass Blocks"](https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-skip.html) criterion, ensuring users can easily skip repetitive content and navigate directly to the main content of a page. 19 20 Simplifying navigation in this way makes your WordPress site more accessible and user-friendly, providing a better experience for all visitors with just one click. 21 22 23 = The Bypass Blocks Criterion = 24 25 > The intent of this Success Criterion is to allow people who navigate sequentially through content more direct access to the primary content of the Web page. 26 27 > Specific Benefits of Success Criterion 2.4.1: 28 > * When this Success Criterion is not satisfied, it may be difficult for people with some disabilities to reach the main content of a Web page quickly and easily. 29 > * Screen reader users who visit several pages on the same site can avoid having to hear all heading graphics and dozens of navigation links on every page before the main content is spoken. 30 > * People who use only the keyboard or a keyboard interface can reach content with fewer keystrokes. Otherwise, they might have to make dozens of keystrokes before reaching a link in the main content area. This can take a long time and may cause severe physical pain for some users. 31 > * People who use screen magnifiers do not have to search through the same headings or other blocks of information to find where the content begins each time they enter a new page. 32 > * People with cognitive limitations as well as people who use screen readers may benefit when links are grouped into lists 33 34 [Read more about Success Criterion 2.4.1 Bypass Blocks](https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-skip.html) 35 36 = Supported Languages = 37 38 The plugin automatically detects the clients preferred language and takes this into account when generating the skip link. 39 The following languages are supported currently: 40 * English (default) 41 * German 42 * French 43 * Spanish 44 45 46 == Screenshots == 47 48 1. Pressing TAB will show the "Skip Menu" button. 49 2. The initial menu. Nothing to see here without pressing TAB. 50 3. The same works for table of contents as well. 51 52 == Changelog == 53 54 = 1.0 = 55 * Initial version -
menu-skip-links/trunk/readme.txt
r3281018 r3281033 20 20 Simplifying navigation in this way makes your WordPress site more accessible and user-friendly, providing a better experience for all visitors with just one click. 21 21 22 22 23 = The Bypass Blocks Criterion = 24 23 25 > The intent of this Success Criterion is to allow people who navigate sequentially through content more direct access to the primary content of the Web page. 24 26 … … 32 34 [Read more about Success Criterion 2.4.1 Bypass Blocks](https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-skip.html) 33 35 36 = Supported Languages = 37 38 The plugin automatically detects the clients preferred language and takes this into account when generating the skip link. 39 The following languages are supported currently: 40 * English (default) 41 * German 42 * French 43 * Spanish 44 45 34 46 == Screenshots == 35 47
Note: See TracChangeset
for help on using the changeset viewer.