Accessibility – missing role for close button
-
The joinchat close button needs a role tag after WCAG 4.1.2.
ARIA attribute cannot be used, add a role attribute or use a different element.
Path
.joinchat__close
Snippet that needs to contain the role tag
<div class="joinchat__close" role="button" aria-label="Close Chat"></div>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Accessibility – missing role for close button’ is closed to new replies.