C2LC-634: Privacy policy dialog doesn’t have either aria-label or aria-labelledby

Metadata

Source
C2LC-634
Type
Bug
Priority
N/A
Status
To Do
Resolution
N/A
Assignee
N/A
Reporter
Michelle D'Souza
Created
2022-03-31T14:36:03.310-0400
Updated
2024-04-24T13:40:27.161-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Coding Environment

Description

Somehow VoiceOver on MacOS reads the title of the modal when the privacy modal opens up, but I realized that’s not the case for VoiceOver on iPad, or NVDA on windows. Our custom modal component has optional properties for aria-label and aria-labelledby, so we should set one of them to fix this issue.

Comments