Project
accessibility-checker for Node
Browser
Chrome
Operating System
Other
Automated testing tool and ruleset.
"policies": WCAC_2_1, "toolID": "accessibility-checker-v4.0.13",
Assistive technology
No
Description
When storing json results of accessibility-checker.getCompliance, the help field contains an invalid url.
Steps to reproduce
scan = await getCompliance(url, label)
scan =
{results: [
{
"ruleId": "html_lang_valid",
.....
"help": "https://able.ibm.com/rules/archives/2026.03.04/doc/en-US/html_lang_valid.html"
},{
{
"ruleId": "page_title_exists",
.....
"help": "https://able.ibm.com/rules/archives/2026.03.04/doc/en-US/page_title_exists.html"
},
]}
Project
accessibility-checker for Node
Browser
Chrome
Operating System
Other
Automated testing tool and ruleset.
"policies": WCAC_2_1, "toolID": "accessibility-checker-v4.0.13",
Assistive technology
No
Description
When storing json results of accessibility-checker.getCompliance, the help field contains an invalid url.
Steps to reproduce
scan = await getCompliance(url, label)