-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixrule(meta_refresh_delay
| meta_redirect_optional
) Reports "cannot tell" and "passed" while ACT bisz58 expects "Failed" for 3 Fail Example test cases
#2091
Comments
Relevant Artifacts
master 3.x artifacts examples:main 4.x artifact examples (to be used for ACT analysis/QA): |
Ignoring these test cases in ACT mapping/reporting. We test/QA to be concerned about fail test cases not failed by Checker and correct WCAG SC reporting in this main 4.x Artifact ACT Text Results 2025-01-14 from PR #2158 : Ignore
|
Expected FailedThese are somewhat of a surprises in 4.x. These ACT "fail" test cases should be reported as failed, but were not in Checker 4.x Artifact ACT Text Results 2025-01-14 from PR #2158 Although this is not completed, if these are not resolved they would results in more inconsistencies than previously reported: ACT Rule 23a2a8 Image has non-empty accessible name:
ACT Rule 7d6734 SVG element with explicit role has non-empty accessible name:
ACT Rule b4f0c3 Meta viewport allows for zoom:
These next two appear to be the same test case "Failed Example 2", but have different URLss.
|
Moving back to In Progress until @shunguoy creates new PRs ready for
ACT testing/QA will be done on main-4-x per procedures in Updating, building, and testing Checker Rules & Help |
Testing with PR #2168 that includes the main-4-x branch and code fixes. |
@tombrunet @shunguoy while testing PR #2168 I noticed that the Checker still reports against 2.2.1 Timing Adjustable while ACT expect it to be mapped to 2.2.4 Interruptions AAA and 3.2.5: Change on Request AAA. But the Checker doesn't support AAA, so how do we resolve this inconsistency? This was noted above in #2091 - Partially inconsistent with ACT rule Meta element has no refresh delay (no exception) bisz58. The ACT rule does list 2.2.1 as a secondary requirement, but that is not figured into the consistency mapping:
|
Checker rule meta_redirect_optional is also involved with these ACT rule(s) below.
Checker rule meta_refresh_delay reports inconsistent with ACT rule(s) below:
2.2.1 Timing Adjustable
, while ACT expects both2.2.4 Interruptions AAA
and3.2.5 Change on Request AAA
.meta_refresh_delay
with ReasonID:Potential_1
reports againstbisz58:cantTell | bc659a:cantTell
meta_refresh_delay
with ReasonID:Pass_0
also reports againstbisz58:pass | bc659a:pass
meta_redirect_optional
with ReasonID:fail_longrefresh
flags (doesn't report to ACT) this Fail Example 2 test case asViolation
, but it's mapped to 2.2.1 Timing Adjustable while ACT would expect it to be mapped to 2.2.4 Interruptions AAA and 3.2.5: Change on Request AAA. Again, this...optional
rule does not currently report against this ACT bisz58. The...optional
rule currently only report against ACT bc659a.meta
element in Failed Example 2 redirects after 20 hours.Reference
The text was updated successfully, but these errors were encountered: