Skip to content

Commit

Permalink
fix(axe-core): remove false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
LuLaValva committed Nov 19, 2024
1 parent 98c9bbc commit 7c9abe1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const ruleExceptions: { [id in Whitelist]: Exceptions } = {
[r.aria.ariaInputFieldName]: { unknownBody: true, attrSpread: true },
[r.aria.ariaMeterName]: { unknownBody: true, attrSpread: true },
[r.aria.ariaProgressbarName]: { unknownBody: true, attrSpread: true },
[r.aria.ariaProhibitedAttr]: {},
[r.aria.ariaProhibitedAttr]: { dynamicAttrs: ["role"] },
[r.aria.ariaRequiredAttr]: { attrSpread: true },
[r.aria.ariaRequiredChildren]: { unknownBody: true },
[r.aria.ariaRoles]: { dynamicAttrs: ["role"] },
Expand Down

0 comments on commit 7c9abe1

Please sign in to comment.