這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Accessible Links from Tab-able

外掛說明

A lightweight and user-friendly plugin designed to improve accessibility by resolving focus management issues with internal links.

Internal links, like those structured as /About-page#our-team, navigate to specific sections on the same page or specific locations on other pages. While the browser scrolls to the targeted section, individuals with disabilities who use assistive tools like screen readers or magnifiers often encounter an unexpected reset to the top of the page instead of being moved to the correct section.

This plugin addresses this issue by automatically adding the tabindex attribute with a value of -1 to the target of the link if it’s not an interactive element, such as a heading. By doing so, the plugin ensures that users relying on assistive technologies can seamlessly navigate to the intended content without disruption.

Features include:
– Automatic focus management for internal links.
– Improved navigation experience for assistive technology users.
– Seamless integration with your WordPress website.

Whether you’re optimizing your website for accessibility compliance or improving the experience for all users, Tab-able Links A11y has you covered!

Developers

The JavaScript is managed independently on GitHub and is available for installation either directly or through NPM.
https://github.com/Tab-able/accessible-links

Credits

Developed by Tab-able. For more information, visit https://tab-able.co.uk.

安裝方式

  1. Upload the tab-able-links-a11y folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. The plugin will automatically resolve focus management issues with your internal links.

常見問題集

What are internal links?

Internal links navigate to specific sections on the same page or specific locations on other pages. They are often identified by a hash (#) in the URL.

How does the plugin improve focus management?

The plugin adds a tabindex attribute with a value of -1 to the target of the link if it’s not an interactive element, such as a heading. This ensures seamless navigation for users with disabilities.

Is the plugin compatible with all themes?

Yes, Tab-able Links A11y is designed to work seamlessly with most WordPress themes. If you encounter any issues, please contact support.

Do I need coding knowledge to use this plugin?

No, the plugin works out of the box! Simply activate it, and it will handle focus management for internal links automatically.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Accessible Links from Tab-able〉的開發相關工作。

參與者

將〈Accessible Links from Tab-able〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.1

  • No longer interferes with existing tabindex attributes.

1.0

  • Initial release of Tab-able Links A11y.