
外掛標籤
開發者團隊
② 後台搜尋「Devllo Accessibility Controls」→ 直接安裝(推薦)
原文外掛簡介
Devllo Accessibility Controls provides a lightweight, privacy-first accessibility widget that lets visitors adjust how they read and interact with your site. It focuses on user-controlled presentation (text size, contrast, reading preferences) and admin guidance (checks and hints). The plugin complements good accessible design—it does not replace design, development, or manual accessibility testing.
Key visitor controls:
Text size (increase, decrease, reset)
Line, letter, and word spacing
Text align left
Dyslexia-friendly font (OpenDyslexic, bundled)
High contrast, grayscale, and dark modes
Brightness control
Reading mode (narrower column, focus state)
Reading guide and reading mask
Big cursor and link highlighting
Focus outline enhancement and reduced motion
Hide images and reset preferences
Preferences stored locally (localStorage) and restored on return visits
Admin features:
Per-feature toggles and categorized settings (Visual, Text, Reading, Navigation)
Widget customization (label, colors, size, position)
Accessibility Guidance page (25-item WCAG-inspired checklist)
Automated, informational checks (skip link, headings, image alt sampling, etc.)
Block editor hints panel with contextual suggestions
Frontend quick check via the admin bar
Accessibility statement generator (creates a draft page)
What this plugin does NOT do:
It does not perform a full accessibility audit or produce legally-binding compliance reports.
It does not automatically fix content — it helps visitors and site owners identify and mitigate presentation issues.
Developer Notes
Filters:
da11y_default_settings — Modify the plugin’s default settings array before initialization.
da11y_frontend_config — Alter the configuration object passed to the frontend script (da11yConfig).
Actions:
da11y_before_trigger / da11y_after_trigger — Hooks before/after the frontend trigger markup.
da11y_before_dialog / da11y_after_dialog — Hooks before/after the accessibility dialog markup.
