Plugin Directory

Changeset 3281033


Ignore:
Timestamp:
04/24/2025 02:05:40 PM (11 months ago)
Author:
netprofit
Message:

edit description (readme.txt)

Location:
menu-skip-links
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • menu-skip-links/tags/1.0/readme.txt

    r3274864 r3281033  
    1010
    1111Automatically adds skip links to WordPress menus and Easy Table of Contents to comply to the WCAG bypass blocks accessibility criterion.
     12
     13== Description ==
     14
     15This WordPress plugin automatically generates skip links for every menu on your website, improving navigation for users relying on screen readers or keyboard navigation.
     16It 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
     18By 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
     20Simplifying 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
     38The plugin automatically detects the clients preferred language and takes this into account when generating the skip link.
     39The following languages are supported currently:
     40* English (default)
     41* German
     42* French
     43* Spanish
     44
     45
     46== Screenshots ==
     47
     481. Pressing TAB will show the "Skip Menu" button.
     492. The initial menu. Nothing to see here without pressing TAB.
     503. 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  
    2020Simplifying navigation in this way makes your WordPress site more accessible and user-friendly, providing a better experience for all visitors with just one click.
    2121
     22
    2223= The Bypass Blocks Criterion =
     24
    2325> 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.
    2426
     
    3234[Read more about Success Criterion 2.4.1 Bypass Blocks](https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-skip.html)
    3335
     36= Supported Languages =
     37
     38The plugin automatically detects the clients preferred language and takes this into account when generating the skip link.
     39The following languages are supported currently:
     40* English (default)
     41* German
     42* French
     43* Spanish
     44
     45
    3446== Screenshots ==
    3547
Note: See TracChangeset for help on using the changeset viewer.