act-rules.github.io
act-rules.github.io copied to clipboard
Does WCAG allow combining native and non-native lists?
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.
Just to give a quick update. I've reached out to the chair of the Low Vision Task Force. I haven't had a response yet.
@WilcoFiers have you received an answer yet?