Skip to content

Commit

Permalink
fix the code error #1676
Browse files Browse the repository at this point in the history
  • Loading branch information
shunguoy committed Oct 11, 2023
1 parent 4adeb86 commit b90f766
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export let aria_accessiblename_exists: Rule = {
}
},
rulesets: [{
"id": ["IBM_Accessibility", , "WCAG_2_0"],
"id": ["IBM_Accessibility", "WCAG_2_1", "WCAG_2_0", "WCAG_2_2"],
"num": ["1.3.1"],
"level": eRulePolicy.RECOMMENDATION,
"toolkitLevel": eToolkitLevel.LEVEL_ONE
Expand Down

0 comments on commit b90f766

Please sign in to comment.