You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What are the alternatives to tota11y that we could include in this plug-in?
Axe-core is comprehensive, open source and up to date. But it’s a low-level API, exposed to the commercial (currently free) browser plug-ins.
There’s an open source Wordpress plugin for axe-core which is designed for content creators and looks roughly equivalent to the tota11y UI - see slides
axe-core is highly configurable - we could enable specific rules and checks based on user type, for example. We can easily output errors to the browser console but we’d need to build the UI ourselves.
https://tenon.io/ is apparently popular and well-respected, but I couldn’t get it to work. It’s a commercial server-side API - you POST a URL or a chunk of HTML to it.
WAVE is a popular web-based tool for identifying accessibility and Web Content Accessibility Guideline errors. It’s free for single page use - e.g. https://wave.webaim.org/report#/https://wagtail.io - but it’s not obvious how to check non-public pages.
POST
a URL or a chunk of HTML to it.wagtail-accessibility
configurable, based on user group (Add new setting to configure plugin visibility #10)axe-core
violation reports (hard)axe-core
and output violations to the console (easy):The text was updated successfully, but these errors were encountered: