You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: