RESOLVED INVALID 224055
AX: `aria-roledescription` does not get communicated inside contenteditable
https://bugs.webkit.org/show_bug.cgi?id=224055
Summary AX: `aria-roledescription` does not get communicated inside contenteditable
Ben Cronin
Reported 2021-04-01 09:54:03 PDT
Steps: 1. Open page at http://joycezhu.github.io/aria-roledescription.html. 2. With VoiceOver running, navigate to link in non-editable node. Note that it is read out as "GitHub link, Element with different role in non-editable node." 3. Now, navigate to the beginning of the link in the editable node and move the caret into the link. Expected: There is some readout communicating that we are inside "GitHub link", per its aria-roledescription. Observed: There is no mention of the "GitHub link" for this element (except sometimes in a very specific case of having the caret at the end of the link before a newline, which is not all that informative). `aria-roledescription` reference: https://www.w3.org/TR/wai-aria-1.2/#aria-roledescription
Attachments
Radar WebKit Bug Importer
Comment 1 2021-04-01 09:54:12 PDT
Note You need to log in before you can comment on or make changes to this bug.