Install
Works with Drupal: ^9 || ^10Using dev releases is not recommended, except for testing.
Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
132.22 KB
MD5: acd424a5674b6b649a58425e75c81c9f
SHA-1: 64e6f7187bbaa1dd66b95017bc77d2275a87ddd6
SHA-256: a6f3f979d8c6515ea81f558d6e49c169c68c7a21de2522ffb2a1014fca51e31b
Download zip
165.23 KB
MD5: b65fe640b540d96b0ead204b5dbe3e4f
SHA-1: db78770a0643459475d664c41e72dab400de6f4b
SHA-256: d70489af07ff8a1238881ca0e9b2e3f5867f85495ada5abbaabcd596111dd8df
Release notes
Current status
Roughly alpha. The new UI and the report pages for detected and ignored issues are still works in progress, as are some of the less-used functions (aria-label handling, custom configurations and invisible-element checking).
V2 goals
- Add the ability to mark tests as OK or ignorable.
- Add reports to browse all issues found, and which issues have been dismissed.
- Simplify the interface a bit.
- Remove jQuery dependencies and modernize the tests to allow for multiple checkroots and checking within shadow DOM components.
Key remaining tasks
- Finish base library MVP todos -- a few remaining false positives, improve element name calculation, finish the invisible-element detection functions, user test the new UI...
- Finish designing and building the interactive dashboards to view detections and dismissals, explorable by rule and page.
- Test against CKEditor5 and Drupal 10.
- Add unit testing and CI/CD.
- Enable custom tests and string translations (not MVP for release).
- Documentation...