Skip to content

Commit

Permalink
Merge pull request #1766 from IBMa/wrong-act-id-0ssw9k
Browse files Browse the repository at this point in the history
fixrule(element_scrollable_tabbable)
  • Loading branch information
ErickRenteria authored Nov 29, 2023
2 parents 0fe77ec + c2e26ca commit 1e946a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export let element_scrollable_tabbable: Rule = {
level: eRulePolicy.VIOLATION,
toolkitLevel: eToolkitLevel.LEVEL_ONE
}],
act: ["ossw9k"],
act: ["0ssw9k"],
run: (context: RuleContext, options?: {}, contextHierarchies?: RuleContextHierarchy): RuleResult | RuleResult[] => {
const ruleContext = context["dom"].node as HTMLElement;
//skip the check if the element is hidden or disabled
Expand Down

0 comments on commit 1e946a1

Please sign in to comment.