Tagged: lists

Browse by Category

Conformance Levels

Questions & Answers

How do I create a collapsible list?

I have a list of items that can have up to 50 items, and we only want to display the first 3, but have the remaining items in a "...47 more" style link which opens a scrollable popup. What is a good accessible solution?

  • aria-posinet
  • aria-setsize
  • collapsible list
  • lists

How should list items be nested?

I am getting an automated scanner error that “<li> elements must be contained in a <ul> or <ol>”, but in my code the <li> elements are contained in <ul>. What’s going on?

  • accessibility tree
  • lists
  • scanner errors