The <div> element containing the scale information has an aria-label but it does not have a role #146
Labels
WCAG 4.1.2
Issues that are failures under the WCAG “4.1.2 Name, Role, Value” criterion
Milestone
Although NVDA still reads what is in the aria-label, using aria-label on generic elements without appropriate roles is considered a concrete failure.
Code:
<div class="mapml-control-scale leaflet-control" tabindex="0" aria-label="2 centimeters to 500 meters">
</div>
Screenshot showing where it is located:
The text was updated successfully, but these errors were encountered: