Skip to content
New issue

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 when I inspect a table with role = "grid" #183

Open
ollie-iterators opened this issue Jan 13, 2023 · 4 comments

Comments

@ollie-iterators
Copy link

ollie-iterators commented Jan 13, 2023

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>
---!>
@JohnCotterSSA
Copy link
Member

Can you please paste the code? The comment above does not show code. Thank you.

@ollie-iterators
Copy link
Author

Ok, I changed the comment above to show code

@ollie-iterators
Copy link
Author

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.

@ollie-iterators
Copy link
Author

Is there a better way to get the code to show because some of the code appears to not be shown right now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants