html - How can I make a testimonials page more accessible for users of screen readers? -


the page has 1 heading top, followed quotes users, organization's logo , link homepage, , name , position.

right now, outline screen readers has single heading in main part of page. think ideally, there should subitems each testimonial, preferably identified organization (but then, i'm new accessibility deal). can't find appropriate aria role add.

there'll 'show more' button @ bottom.

the other solution think of throwing <h2>s in there, but, have no idea if practice or not.

the questions:

  • should subitem each testimonial appear on screen readers?
  • if so, there aria role appropriate?
  • if not, there alternate solution, or should let go?

thank you.

you not required make each testimonial subitem. if so, don't need aria role @ all: make h2.
may choose way of proceeding: make each of users quotes blockquote or, if not suitable reason, article (either <div role="article"> or <article> html 5 semantic mark-up tag).


Comments