Closed
Description
I'm trying to create a clickable table row (search result with navigation), but I'm running into the no-static-element-interactions rule.
`<tr tabIndex="0" role="link" onClick={ this.onClick }>
(...)
With tabIndex and role set, isn' this a 'valid' accessible element? Or, do you have any alternatives, other than to not use a table?
Metadata
Metadata
Assignees
Labels
No labels