The page has one heading up top, followed by quotes from users, their organization's logo and a link to their homepage, and their name and position.
Right now, the outline for screen readers has a single heading in the main part of the page. I think ideally, there should be subitems for each testimonial, preferably identified by organization (but then, I'm new to this accessibility deal). But I can't find an appropriate ARIA role to add.
There'll also be a 'show more' button at the bottom.
The other solution I was think of is throwing some <h2>
s in there, but, I have no idea if that could be good practice or not.
The questions:
- Should a subitem for each testimonial appear on screen readers?
- If so, is there an ARIA role that would be appropriate?
- If not, is there an alternate solution, or should I let it go?
Thank you.