Replies: 1 comment 1 reply
-
They aren't links because aria doesn't have a row-link combined role at this time. Perhaps the rowheader should provide some additional information there. Might be considered application specific, so I think you were headed in a generally good direction. Maybe try an additional aria-label on something inside the rowHeader cell, or on the cell if it accepts it.
This isn't quite supported yet, at least not from Table's point of view, which is why Row Actions are documented, but Cell Actions are not.
I do not believe so yet, could just be oversight. Or possibly I'm misremembering, we'll see if anyone else chimes in. Otherwise, I'd give the first idea a go. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there! Thank you for this excellent library.
I've been testing the Table component with screen readers and discovered an accessibility issue with clickable rows and cells. Currently, screen reader users receive no indication that rows or individual cells are interactive elements that will navigate to other pages when activated.
Specific issues:
Questions:
I'd appreciate any guidance on best practices for implementing accessible interactive tables with your components.
Beta Was this translation helpful? Give feedback.
All reactions