IBMa / equal-access

IBM Equal Access Accessibility Checker contains tools to automate accessibility checking from a browser or in a continuous development/build environment
https://www.ibm.com/able/toolkit/tools#develop
Apache License 2.0
634 stars 82 forks source link

fixrule(`element_orientation_unlocked`) Reports "inapplicable" while ACT b33eff expects "Failed" #2092

Open philljenkins opened 1 day ago

philljenkins commented 1 day ago

Checker rule element_orientation_unlocked reports inconsistent with ACT rule(s) below:

  1. Partial: Orientation of the page is not restricted using CSS transforms b33eff:

Reference

Screenshot 2024-11-12 at 4 37 10 PM

philljenkins commented 1 day ago

It's not clear why its reported to ACT as "inapplicable", while running the Checker browser extension flags it as a Violation

Reported to ACT:

Failed Example 4: https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b33eff/8f341a73c698daf157613c32a521878ed5aa7310.html
    --Expected failed, but returned earl:inapplicable
    Failures: []
    Review: []
    Pass: []
    All: [
      "html_skipnav_exists:Potential_1:POTENTIAL",
      "style_highcontrast_visible:Manual_1:MANUAL",
      "skip_main_exists:Fail_1:FAIL"
    ]

Reported on Chrome v3.1.77

Rule mapping spreadsheet

Screenshot 2024-11-12 at 4 59 40 PM

test case Fail Example 4 code:

Screenshot 2024-11-12 at 5 01 32 PM