• It looks like recent code updates create an accessibility error. Recent as in we never used to see this error in scans.

    In the code:

    <div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div>

    The empty <ul></ul> is triggering the following Accessibility failure.

    ul elements must contain either an li element or an element with role=listitem and must not contain elements with other roles.

    Owned roles: no owned roles

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.