12

This is my third report of the same phenomenon (one, two) and it's the same deal. The sidebar list items look like they're a list to a visual user. However, a screen reader will be unable to interpret this block as a list, because it's marked up as if each line was a separate paragraph. Please change this to use <li> elements inside a <ul>.

<div class="s-sidebarwidget--content d-block">
    <p>Good moderators often:</p>
    <p><span class="dingus">►</span> have a reasonably high reputation to indicate active participation</p>
    <p><span class="dingus">►</span> show interest in their <a href="https://literature.meta.stackexchange.com">meta's community-building activities</a></p>
    <p><span class="dingus">►</span> lead by example, showing patience and respect for their fellow community members</p>
    <p><span class="dingus">►</span> exhibit those intangible traits discussed in <a href="https://stackoverflow.blog/2009/05/18/a-theory-of-moderation/">A Theory of Moderation</a></p>
</div>

1 Answer 1

9

This has been fixed. I replaced the arrows with a list on both places you've mentioned. I believe those are the only ones.

1
  • Thanks again! (I think any other instances of the arrows for lists besides those two have already been fixed.) :)
    – V2Blast
    Commented Jul 1 at 4:00

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .