Accessibility fix guide
WCAG 1.3.1 Info and Relationships
How to fix: Lists must be marked up as lists
Related items should use real <ul> or <ol> markup so assistive tech announces how many there are and that they belong together.
The fix
Ensure <ul> and <ol> contain only <li> (plus <script>/<template>) as direct children.
Before and after
Fails
<ul><div>Item</div></ul>
Passes
<ul><li>Item</li></ul>
Related fixes
Does your site have this issue?
Scan any page free against WCAG 2.2 AA and get every issue with its fix.
Scan your site free