Putting a CMS into a list item

For a truly accessible site, I need the ability to put CMS into a list. Without this, the screenreader doesn’t know its a list of items. Because of this our screen reader users wont know they are entering a list of items. This can be annoying because it doesn’t allow them to skip a list if they just want to review the whole page. This also doesn’t give them context of how many items there are, and they wont be sure when a group starts and where it ends.

2 Likes

Totally agree. More semantic to use <ul> without bullets for collection lists (list-style-type: none;).

1 Like