react-phone-input-2 icon indicating copy to clipboard operation
react-phone-input-2 copied to clipboard

Add aria-label and role attribute on flag element for web accessibility

Open marksernahooli opened this issue 2 years ago • 0 comments

Make flag element more meaningful for accessibility purposes. <div class="flag"></div>

You can achieve it by adding a role and aria-label attribute.

<div class="flag us" role="img" aria-label="United States"></div>

Screen Shot 2022-06-07 at 12 22 30 PM

For more info: https://accessibleweb.com/question-answer/add-alt-text-background-images/

Thank you

marksernahooli avatar Jun 07 '22 05:06 marksernahooli