Skip to content

Does WCAG allow combining native and non-native lists? #1263

@WilcoFiers

Description

@WilcoFiers

Specifically these two examples:

<div role="list">
  <li>Some content</li>
</div>

and this

<ul>
  <div role="listitem">Some content</div>
</ul>

This is related to proposed rules on #1250 and #1176.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions