Akash Banchhor
@akash02abAll solutions
- Submitted 7 months ago
Ping coming soon page
- HTML
- CSS
- JS
I was getting accessibility error
[role='img'] elements must have an alternative text
For I which I need to add
aria-label
toion-icon
tag to get rid of the error. But it's parent element also requires anaria-label
.I think if we add
aria-label
on both the screen reader will read the same thing twice.What would be ideal solution in this case?