Known issues and current limitations
Accessibility work is not finished, and our current testing has known boundaries.
User Settings color contrast
Our July 1, 2026 test run identified a color-contrast regression affecting four elements in the User Settings interface. The affected test passed 72 of 76 checks and scored 95 out of 100, bringing the aggregate suite score to 99 out of 100.
We are tracking the underlying contrast issue for remediation. The next full-suite run will confirm whether the correction has resolved the regression.
Menu keyboard behavior
Popup menus in the ApostropheCMS admin UI currently support Tab navigation, focus management, Escape to close, and appropriate roles and state attributes. They pass the automated checks included in our suite.
However, they do not yet implement the full keyboard behavior described by the ARIA menu pattern, including:
Implementing this behavior requires changes to shared menu components used throughout the admin UI. We chose not to rush that system-wide change during the initial remediation work and are tracking it as a separate improvement.
A deferred component issue
Three tests are currently skipped because of one known nested-interactive issue affecting a card pattern in two Pro template-library modules.
An initial correction changed existing component behavior, so we deferred the work rather than release a risky or incomplete fix. The issue requires a more careful restructuring of the component and does not affect the core apostrophe package.
Limits of the current test coverage
The suite covers the core package and the Pro modules listed above. Some controls maintained in separate Pro packages are tracked separately.
The tests cover the major managers, editors and in-context editing workflows, but they do not exercise every possible state or configuration of the admin UI.
Test results are also point-in-time measurements. Regular CI runs help us identify changes, but no automated result guarantees that an interface is free from accessibility barriers.