We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I don't see alert_0233 show up on ANDI when I inspect a table with role = "grid" on tANDI.
Here is the HTML code that was used to make the table with role = "grid"
</tr> <tr> <th scope="row">Aisle 2</th> <td tabindex="-1"> <button id="2a" tabindex="-1">2A</button> </td> <td tabindex="-1"> <button id="2b" tabindex="-1">2B</button> </td> <!-- More Columns --> </tr>
The text was updated successfully, but these errors were encountered:
Can you please paste the code? The comment above does not show code. Thank you.
Sorry, something went wrong.
Ok, I changed the comment above to show code
In the table the role is grid and aria-labelledby is "id-select-your-seat"
It has a caption element with the id "id-select-your-seat" and the text "Select your seat"
Also has tbody role = "presentation" and tr role = "presentation" before the code starts.
Is there a better way to get the code to show because some of the code appears to not be shown right now?
No branches or pull requests
I don't see alert_0233 show up on ANDI when I inspect a table with role = "grid" on tANDI.
Here is the HTML code that was used to make the table with role = "grid"
The text was updated successfully, but these errors were encountered: