Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing component exceptions from axe-core validation config #145059

Merged
merged 10 commits into from
Nov 28, 2023
10 changes: 0 additions & 10 deletions packages/kbn-axe-config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,11 @@ export const AXE_CONFIG = {
id: 'aria-roles',
selector: '[data-test-subj="comboBoxSearchInput"] *',
},
{
// EUI bug: https://github.com/elastic/eui/issues/4474
id: 'aria-required-parent',
selector: '[class=*"euiDataGridRowCell"][role="gridcell"]',
},
{
// 3rd-party library; button has aria-describedby
id: 'button-name',
selector: '[data-rbd-drag-handle-draggable-id]',
},
{
// EUI bug: https://github.com/elastic/eui/issues/4536
id: 'duplicate-id',
selector: '.euiSuperDatePicker *',
},
],
};

Expand Down
Loading