From 06f1c9e641d85a0c47d4357177c8f361fb667e65 Mon Sep 17 00:00:00 2001 From: Katie McFaul Date: Tue, 14 Jul 2026 15:59:35 -0400 Subject: [PATCH] fix(a11y): ignore target-size rule to allow WCAG 2.2 bump --- packages/react-docs/patternfly-a11y.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/react-docs/patternfly-a11y.config.js b/packages/react-docs/patternfly-a11y.config.js index dbe597c577d..a4a6733aec0 100644 --- a/packages/react-docs/patternfly-a11y.config.js +++ b/packages/react-docs/patternfly-a11y.config.js @@ -106,7 +106,8 @@ module.exports = { 'landmark-main-is-top-level', 'scrollable-region-focusable', 'link-in-text-block', - 'aria-required-children' + 'aria-required-children', + 'target-size' // See if we can remove once https://github.com/patternfly/patternfly-react/issues/12558 is resolved ].join(','), ignoreIncomplete: true };