Accessibility: Need way to browse between messages quickly

@codinghorror Can you help me see what you’re seeing? I’m familiar with web inspector and how to look at markup, but don’t see anything relevant with either of these selectors (testing on this thread for full meta effect :wink: )

document.querySelectorAll(’[role]’)

This only returns one node. Is there something else you’re thinking of in the markup that you could share, or a JS query that could show me what you’re looking at?

Also, this issue came up from a user using our Discourse instance with a screen reader, so it’s also possible that we haven’t yet accurately translated that issue into “here’s what’s up in the HTML and here’s what we need to change.” So for now my understanding is that the issue is there aren’t ARIA landmarks and roles, and that JS query above is how I’m quantifying that test for this page.

Thanks for helping work this out!