[accessibility] Attribution container should not have role="list"
(or should have listitem
children)
#358
Labels
role="list"
(or should have listitem
children)
#358
maplibre-gl-js/src/ui/control/attribution_control.js
Line 63 in 0c6ead3
The attribution links should either be children of list items (
role="listitem"
) orrole="list"
should be removed.See motivation in https://dequeuniversity.com/rules/axe/4.2/list?application=RuleDescription (describes
<ul>
and<li>
requirements, the same is applicable to the equivalent ARIA roleslist
andlistitem
).(The same issue was also reported with MapBox: mapbox/mapbox-gl-js#11033.)
The text was updated successfully, but these errors were encountered: