Open tay1orjones opened 4 years ago
My response from the internal issue:
It looks like the a11y errors change based on when you open the a11y tab. On initial render without interacting with the table, the following 2 items are listed:
- Buttons must have discernible text
- All cells in a table element that use the headers attribute must only refer to other cells of that same table
I see four items if I open the column picker first and then select the a11y addon tab. It looks like we're just not providing sensible defaults for some of these elements. Carbon provides props for much of the ARIA items. We'll need to dig in to make sure, but I think these are easily resolvable.
We also can investigate the meaning of
Critical
,Serious
, andMinor
labels and how they correspond to WCAGAA
vsAAA
or similar.
Describe the bug
From Internal Watson-IoT/pal-tracking#338 from @JordanWSmith15