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
What is an unordered list vs. an ordered list?
What is the difference between a <ul> and an <ol>?
- html
- lists
- ordered list
- unordered list
What are description lists?
What are description lists and when should I use them?
- description lists
- html
- lists