I am trying to add accessiblity attribute to my OverallRating stars... can you tell me what attribute should i need to add... I added arial label with value given to that attribute... but its not working... can you tell me what i need to add.. providing my code below...
this is my generated code
<div class="OverallRating" aria-label="0"><i class="OverallRating__star small-star"></i>
<div class="OverallRating__filled" style="width: 0%;"><i class="OverallRating__star small-star"></i>
</div>
</div>