We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfac428 commit 6664871Copy full SHA for 6664871
1 file changed
packages/module/patternfly-a11y.config.js
@@ -22,7 +22,8 @@ module.exports = {
22
'color-contrast',
23
'landmark-no-duplicate-main',
24
'landmark-main-is-top-level',
25
- 'scrollable-region-focusable'
+ 'scrollable-region-focusable',
26
+ 'link-in-text-block',
27
].join(','),
28
ignoreIncomplete: true
29
};
0 commit comments