Skip to content

Commit

Permalink
feat: deprecate presentation-role-conflict-matchess (#3638)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoFiers committed Sep 7, 2022
1 parent fff39db commit 0f02a15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/rules/presentation-role-conflict-matches.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import { getImplicitRole } from '../commons/aria';

/**
* @deprecated Will be removed in axe-core 5.0.0
*/
function presentationRoleConflictMatches(node, virtualNode) {
return getImplicitRole(virtualNode, { chromiumRoles: true }) !== null;
}
Expand Down

0 comments on commit 0f02a15

Please sign in to comment.