Skip to content

Commit

Permalink
update ACT mapping #2090
Browse files Browse the repository at this point in the history
  • Loading branch information
shunguoy committed Dec 10, 2024
1 parent 7dd4ee9 commit b626531
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const aria_accessiblename_exists: Rule = {
"toolkitLevel": eToolkitLevel.LEVEL_ONE,
reasonCodes: ["fail_no_accessible_name_image"]
}],
act: [],
act: [{"23a2a8": {"fail_no_accessible_name_image": "fail"}}],
run: (context: RuleContext, options?: {}, contextHierarchies?: RuleContextHierarchy): RuleResult | RuleResult[] => {
const ruleContext = context["dom"].node as Element;

Expand Down

0 comments on commit b626531

Please sign in to comment.