Skip to content

Commit 49b6fb5

Browse files
authored
fix(a11y): ignore target-size rule to allow WCAG 2.2 bump (#12560)
1 parent ac2fe45 commit 49b6fb5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/react-docs/patternfly-a11y.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ module.exports = {
106106
'landmark-main-is-top-level',
107107
'scrollable-region-focusable',
108108
'link-in-text-block',
109-
'aria-required-children'
109+
'aria-required-children',
110+
'target-size' // See if we can remove once https://github.com/patternfly/patternfly-react/issues/12558 is resolved
110111
].join(','),
111112
ignoreIncomplete: true
112113
};

0 commit comments

Comments
 (0)