accessibility-developer-tools icon indicating copy to clipboard operation
accessibility-developer-tools copied to clipboard

AX_ARIA_08 triggers on <tr>

Open avallee opened this issue 6 years ago • 0 comments

I have a tbody with role=rowgroup due to https://crbug.com/933366.

I am trying to avoid marking up every single element in my table with the correct roles, the browser should do this normally.

Now that I added the role to my tbody: AX_ARIA_08 triggers since the tr tag doesn't have a default role, but it doesn't make sense for it to be anything but row.

avallee avatar Feb 19 '19 20:02 avallee