Add aria-label description to ChiliCal scheduler close icon button
There is a Critical Accessibility conformance issue with the Chili Piper scheduler modal where the Close ("X") button does not have an accessible name. See WCAG 2.1 Success Criterion 4.1.2.
Adding an aria-label="Close"
(or some other descriptive text) should resolve this issue.
Element selector: <button display="inline-block" text-decoration="none" type="button" cursor="pointer" data-test-id="ModalCloseButton" data-chili-css="ModalCloseButton" class="sc-duSInm sc-jrrXlR eVmrDv itsiPJ">
1
vote
Stanton Valentino
shared this idea