Skip to content

Clickable table row #88

Closed
Closed
@emyk

Description

@emyk

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions