Closed (fixed)
Project:
Editoria11y Accessibility Checker
Version:
3.0.3
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 May 2026 at 16:49 UTC
Updated:
28 May 2026 at 20:05 UTC
Jump to comment: Most recent
Comments
Comment #2
itmaybejj commentedOh dear. Thank you. I've put in a redirect at the old URL; the 2.x folks will need that forever even once I fix 3.x.
Here is the Drupal docs page with the new syntax.
The big changes are:
Drupal.Ed11y.getElements('a[href*="safelinks.protection.outlook.com/?"]', 'root');and the tip titles get added to
Drupal.ed11yLang.lang.testNamescontentkey should be an actual DOM node rather than a string. If you need to escape things, you can useDrupal.Ed11y.Lang.sprintf(`<div>HTML with an %arg</div>`, 'arg')I recommend using this as your tip template:
If you want a bug bounty credit for a year of CSA just ask.
Comment #4
nmillin commentedThanks for the quick instructions and pointing me in the right direction (I missed that page).
re: CSA credit
Thanks. I need to look into the CSA module and will reach out down the road.
Comment #5
nmillin commentedhmmm... I tried to follow https://editoria11y.com/en/install/#custom-tests and had a bad time (JS errors). I'm going to stick to the 2.x version for a bit and will come back to this once I get my sites to D11 (~a month). Thanks.
Comment #6
itmaybejj commentedOK. Well when you are ready to try again, swing by with the errors and the code and I'll help you troubleshoot. We have a bunch of custom tests in production here, so I don't expect it to take more than a tip or two, and might result in me putting some helpful updates in the documentation.