No results text causes accessibility issue in a list

In query loops, you can define text that appears if no results are found. You cannot define the html tag for this text, which when the query loop is generating a list of output (so li items) causes accessibility checkers to report non-list items appearing in a list. We need the ability to define the tag for this text.

1 Like