I’m reviewing and updating sites with accessibility and semantic HTML in mind. I’ve found that Cornerstone’s Static List elements have an inner HTML setting that is set to div by default. Anything but an li tag inside a ul element is semantically incorrect, right? So if I set my List to Ul then the elements inside need to be li items.
Is there any way to turn off the inner HTML tag altogether?