Skip to content

[A11y_Bug]: url for html of scan result invalid #2495

@thedavidhanks

Description

@thedavidhanks

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"
  },
]}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions